Following my previous question (I assume that 64-bit compiler uses only SSE instructions for floating point calculations):
- How transcendental math functions (sin, atan, exp, log, etc.) are implemented in 64-bit Delphi compiler? AFAIK there are no SSE hardware implementations. What software library is used, what about the performance and accuracy compared with the current FPU hardware implementation?