about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch
Commit message (Collapse)AuthorAgeFilesLines
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-2527-20/+276
|
* Cleanup FMA4 patchUlrich Drepper2011-10-2522-1/+26
| | | | | Move the FMA4 code into its own section. Avoid some of the duplication of data resulting from the double use of source files.
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-2431-0/+328
|
* Don't use NULL in last s_fma{,f} changeUlrich Drepper2011-10-212-2/+2
|
* Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2011-10-202-6/+38
|
* Move fma routines to right placeUlrich Drepper2011-10-202-0/+85
|
* Add optimized nearbyint{,f} for x86-64Ulrich Drepper2011-10-185-1/+87
|
* Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper2011-10-174-0/+4
| | | | | | | Provide macros so that the internal users can, if possible, directly use the new instructions. Also fix up the mathinline.h header when compiling with SSE4.1 enabled.
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-1613-0/+256