about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_sincos-fma.c
Commit message (Collapse)AuthorAgeFilesLines
* x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab2022-06-011-0/+3
The compiler may substitute calls to sin or cos with calls to sincos, thus we should have the same optimized implementations for sincos. The optimized implementations may produce results that differ, that also makes sure that the sincos call aggrees with the sin and cos calls.