about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_tan.c
Commit message (Collapse)AuthorAgeFilesLines
* Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-281-1/+1
|
* Really fix AVX testsUlrich Drepper2012-01-261-1/+2
| | | | | | There is no problem with strcmp, it doesn't use the YMM registers. The math routines might since gcc perhaps generates such code. Introduce bit_YMM_USBALE and use it in the math routines.
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-251-2/+9
|
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-0/+14