In x86 Linux, how can I implement sin(x) in assembly code using Taylor Expansion?
sin(x)
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