about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add cosh optimized for 64-bit architecturesUlrich Drepper2011-10-152-4/+82
* Optimize expUlrich Drepper2011-10-1510-157/+156
* No need for boundary case handling in x86-32 __ieee_logfUlrich Drepper2011-10-151-52/+1
* Optimize access to isXYZ and toXYZ tablesUlrich Drepper2011-10-151-2/+5
* Fix WSUlrich Drepper2011-10-151-4/+4
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-1515-311/+2996
* Optimize x86-32 logUlrich Drepper2011-10-146-3/+299
* Adjust s390 libm ULPsAndreas Schwab2011-10-141-2/+40
* Fix lost feraiseexcept symbolAndreas Schwab2011-10-141-1/+2
* Fix PLT use in feupdateenv on x86_64Andreas Schwab2011-10-132-5/+5
* Check for zero size in memrchr for x86_64Andreas Schwab2011-10-131-0/+3
* Fix whitespacesUlrich Drepper2011-10-122-10/+10
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-1211-1/+2639
* Optimize libmUlrich Drepper2011-10-12165-2875/+1843
* Implement __isinf_nsl for IBM long doubleAndreas Schwab2011-10-101-0/+16
* Conditionalize unnecessary #include.Roland McGrath2011-10-081-4/+5
* Fix some nit warnings.Roland McGrath2011-10-081-1/+1
* Optimize use of isnan, isinf, finiteUlrich Drepper2011-10-0812-1/+125
* Fix whitespaceUlrich Drepper2011-10-071-1/+1
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-074-59/+842
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-0510-39/+65
* Adjust powerpc libm ULPsAndreas Schwab2011-09-281-4/+42
* Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2011-09-261-8/+8
* Clean up disabling of script_executeRoland McGrath2011-09-191-9/+11
* finite for 64-bit platformsUlrich Drepper2011-09-151-0/+32