Assembly code for sin(x) using Taylor expansion

后端 未结 4 1698
一整个雨季
一整个雨季 2021-02-05 15:53

In x86 Linux, how can I implement sin(x) in assembly code using Taylor Expansion?

4条回答
  •  野的像风
    2021-02-05 16:07

    Why? There is already a FCOS and FSIN opcode since the 80387 (circa 1987) processor

    source:

    http://ref.x86asm.net/coder32.html

    Wikipedia

    Personal friend from demo scene

提交回复
热议问题