about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper2011-10-251-175/+130
* Use math_force_eval in more placesUlrich Drepper2011-10-2520-310/+235
* Use VEX encoding in inline math functions on x86-64 when possibleUlrich Drepper2011-10-251-48/+138
* Cleanup FMA4 patchUlrich Drepper2011-10-2546-198/+444
* Better DLA_FMSUlrich Drepper2011-10-241-1/+8
* Use inline asm for DLA_FMS because of broken old compilersUlrich Drepper2011-10-241-2/+6
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-2443-176/+533
* Finish renamed DLA_FMA -> DLA_FMSUlrich Drepper2011-10-248-9/+9
* Optimized remquo for 64-bit platformsUlrich Drepper2011-10-231-0/+112
* Optimize f_modUlrich Drepper2011-10-232-6/+109
* Fix strnlen changeUlrich Drepper2011-10-231-0/+1
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-238-40/+723
* Fix WSUlrich Drepper2011-10-231-1/+1
* Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva2011-10-238-317/+987
* Improve x86-32 SSSE3 memcpyMichael Zolotukhin2011-10-231-219/+708
* Fix WSUlrich Drepper2011-10-232-10/+10
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-232-116/+151
* Clean up FMA useUlrich Drepper2011-10-232-9/+6
* Clean up last dla.h changeUlrich Drepper2011-10-2311-21/+18
* Add missing _finite aliasesAndreas Schwab2011-10-231-0/+2
* Fix typo in last changeUlrich Drepper2011-10-221-1/+1
* Update ULPs for x86-64Ulrich Drepper2011-10-221-4/+12
* Improve DLA_FMA for FMA4Ulrich Drepper2011-10-221-2/+2
* Start using fma in the libm implementationUlrich Drepper2011-10-229-150/+192
* Fix compilation due to __nan definesAndreas Schwab2011-10-221-0/+1
* Optimization to some complex math functionsUlrich Drepper2011-10-223-3/+3
* Fix compilation problems in x86-64 init-archUlrich Drepper2011-10-211-1/+2
* Add some __builtin_expect to generic __ieee754_logUlrich Drepper2011-10-211-3/+3
* 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-206-27/+103
* Move fma routines to right placeUlrich Drepper2011-10-202-0/+0
* Optimize x86-64 rawmemchr and add testUlrich Drepper2011-10-191-4/+3
* Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper2011-10-193-1798/+1870
* Fix PLT use for feraiseexcept on x86_64Andreas Schwab2011-10-191-1/+1
* Use new internal libc_fe* interfaces in more functionsUlrich Drepper2011-10-186-56/+63
* Provide combined internal feholdexcept/fesetround interfaceUlrich Drepper2011-10-182-6/+14
* Pretty print last change to x86-64 mathinline.hUlrich Drepper2011-10-181-2/+2
* Add optimized nearbyint{,f} for x86-64Ulrich Drepper2011-10-186-1/+105
* Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper2011-10-183-31/+58
* Fix last changeAndreas Schwab2011-10-181-2/+3
* Fix linkage conflict with feraiseexceptAndreas Schwab2011-10-181-6/+10
* Small optimization of generic exp2Ulrich Drepper2011-10-171-11/+12
* Add optimized 64-bit frexpUlrich Drepper2011-10-171-0/+67
* Relax asm requirements for recently added x86-64 math interfacesUlrich Drepper2011-10-172-10/+10
* Makr x86-64 math_private.h more robustUlrich Drepper2011-10-171-10/+10
* Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper2011-10-176-12/+51
* Fix last x86-64 mathinline changeUlrich Drepper2011-10-171-2/+2
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-1624-130/+397
* No need for boundary case handling in x86-32 __ieee_logUlrich Drepper2011-10-151-52/+1
* Optimized floor for 64-bit architecturesUlrich Drepper2011-10-151-0/+79