about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper2011-10-176-12/+51
| | | | | | | 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.
* Fix last x86-64 mathinline changeUlrich Drepper2011-10-171-2/+2
| | | | Use correct function names.
* 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
| | | | Add __exp*_finite optimizations and rewrite some wrappers.
* 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
| | | | | The functions to get the pointers can now depend on the TLS variable be initialized.
* 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
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* 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
|
* Define IP_MULTICAST_ALLUlrich Drepper2011-09-151-1/+2
|
* Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵Roland McGrath2011-09-153-11/+5
| | | | ____longjmp_chk implementations.
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-154-16/+16
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix PLT uses in libm on powerpcAndreas Schwab2011-09-154-16/+16
| |
* | Add fmax and fmin inlines for x86-64Ulrich Drepper2011-09-151-5/+41
|/
* Use correct section to allow mergingUlrich Drepper2011-09-141-2/+2
|
* Optimized lrint and llrint for x86-64Ulrich Drepper2011-09-141-10/+46
|
* Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab2011-09-131-2/+0
|
* Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab2011-09-132-6/+6
|
* Optimize logb code for 64-bit machinesUlrich Drepper2011-09-121-0/+44
|
* Fix invalid conversion in __cmsg_nxthdrAndreas Schwab2011-09-122-4/+4
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-112-12/+12
|\
| * Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab2011-09-112-12/+12
| |
* | Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-1122-279/+853
|/
* Simplify malloc initializationUlrich Drepper2011-09-101-18/+0
| | | | | | Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize).
* Remove support for !USE___THREADUlrich Drepper2011-09-1022-590/+190
|
* Fix jn precisionPetr Baudis2011-09-097-53/+198
|
* Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper2011-09-093-6/+6
|
* Fix lround() loses precisionPaul Pluzhnikov2011-09-081-1/+1
|
* Remove support for automatic cvs check-insUlrich Drepper2011-09-083-14/+4
| | | | CVS use for glibc is long gone.