Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AVX optimized versions for some x86-64 math functions | Ulrich Drepper | 2011-10-25 | 27 | -20/+276 |
| | |||||
* | Cleanup FMA4 patch | Ulrich Drepper | 2011-10-25 | 22 | -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-64 | Ulrich Drepper | 2011-10-24 | 31 | -0/+328 |
| | |||||
* | Don't use NULL in last s_fma{,f} change | Ulrich Drepper | 2011-10-21 | 2 | -2/+2 |
| | |||||
* | Check for FMA4 support and generate appropriate fma functions | Ulrich Drepper | 2011-10-20 | 2 | -6/+38 |
| | |||||
* | Move fma routines to right place | Ulrich Drepper | 2011-10-20 | 2 | -0/+85 |
| | |||||
* | Add optimized nearbyint{,f} for x86-64 | Ulrich Drepper | 2011-10-18 | 5 | -1/+87 |
| | |||||
* | Provide internal optimizations on x86-64 with SSE4.1 | Ulrich Drepper | 2011-10-17 | 4 | -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, floor | Ulrich Drepper | 2011-10-16 | 13 | -0/+256 |