Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove code without too much effects | Ulrich Drepper | 2011-10-28 | 15 | -113/+5 |
* | 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 |
* | 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 |
* | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | 2011-10-16 | 13 | -0/+256 |