about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into bug13658-branchAndreas Jaeger2012-03-144-77/+418
|\
| * Fix csqrt overflow/underflow (bug 13841).Joseph Myers2012-03-141-0/+39
| |
| * Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert2012-03-101-3/+2
| |
| * Use include_next to chain math_private.h headers.Richard Henderson2012-03-091-1/+1
| |
| * x86_64: Convert __rint* and __floor* from macros to inlines.Richard Henderson2012-03-091-49/+43
| |
| * x86_64: Convert __ieee754_sqrt{,f,l} from macros to inlines.Richard Henderson2012-03-091-22/+32
| |
| * Fix signs of zeros from casinh, cacosh etc. (bug 10716).Joseph Myers2012-03-071-0/+298
| |
| * Fix up long double fphex.Marek Polacek2012-03-061-1/+2
| |
* | [BZ #13658]Andreas Jaeger2012-03-071-60/+0
|/ | | | | | * sysdeps/x86_64/fpu/s_sincos.S: Delete. * math/libm-test.inc (sincos_test): Add test for large input.
* Fix pow in non-default rounding modes (bug 3976).Joseph Myers2012-03-051-0/+48
|
* Test cosh, sinh in non-default rounding modes (bug 3976).Joseph Myers2012-03-051-0/+136
|
* Remove oldish __GNUC_PREREQ.Marek Polacek2012-03-031-40/+4
|
* Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers2012-03-021-0/+378
|
* Fix exp in non-default rounding modes (bug 3976).Joseph Myers2012-03-021-0/+51
|
* Improve erfc accuracy.Joseph Myers2012-03-011-0/+12
|
* Add test for bug 5794 (incorrect expm1 overflow).Joseph Myers2012-02-291-0/+5
|
* Reduce large expected errors from libm tests on x86 and x86_64.Joseph Myers2012-02-291-12/+12
|
* Optimized expf for x86-64Ulrich Drepper2012-02-281-0/+340
|
* Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers2012-02-201-2/+3
|
* Provide crt[in].S for x86-64.Marek Polacek2012-02-142-70/+88
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09173-520/+346
|
* Reduce ldouble ULPs for jn tests on x86Andreas Schwab2012-02-081-18/+16
|
* Remove __ELF__ conditionalsMarek Polacek2012-02-079-44/+11
|
* Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-01-301-1/+1
|
* Optimize x86-64 math inline header a bitUlrich Drepper2012-01-281-8/+31
|
* Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-288-49/+26
|
* Simplify use of AVX instructions in internal math macrosUlrich Drepper2012-01-281-59/+20
|
* Really fix AVX testsUlrich Drepper2012-01-268-27/+31
| | | | | | There is no problem with strcmp, it doesn't use the YMM registers. The math routines might since gcc perhaps generates such code. Introduce bit_YMM_USBALE and use it in the math routines.
* Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2012-01-262-2/+15
|
* More fallout from supporting only ELFUlrich Drepper2012-01-081-6/+0
|
* Remove pre-ISO C supportUlrich Drepper2012-01-073-5/+5
| | | | No more __const.
* Remove non-ELF supportUlrich Drepper2012-01-071-16/+2
|
* Fix up a commentUlrich Drepper2012-01-071-1/+1
|
* Yet more ia64 removal falloutUlrich Drepper2012-01-071-1/+133
|
* Fix typos in commentsMarek Polacek2011-12-231-4/+4
|
* Prevent warnings due to long long constantsUlrich Drepper2011-12-231-9/+9
|
* Fix overrun in destination bufferLiubov Dmitrieva2011-12-232-508/+323
|
* Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper2011-12-221-1/+1
|
* Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola2011-12-211-1/+1
|
* WP fixesUlrich Drepper2011-12-171-1/+0
|
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-176-1/+1057
|
* Fix more warningsUlrich Drepper2011-12-033-11/+4
|
* Fix test of non-ASCII locales in x86-64 strcasecmp et.al.Ulrich Drepper2011-11-012-5/+5
|
* More cleanups of x86-64 strstrUlrich Drepper2011-10-281-13/+12
|
* Clean up x86-64 strcasestrUlrich Drepper2011-10-281-13/+12
| | | | Actually describe in the C code what is going on.
* Remove code without too much effectsUlrich Drepper2011-10-2815-113/+5
| | | | | Some of the AVX-specific code is not giving enough speed-up to justify the extra code.
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-2528-34/+294
|
* Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper2011-10-251-175/+130
|
* Use VEX encoding in inline math functions on x86-64 when possibleUlrich Drepper2011-10-251-48/+138
|
* Cleanup FMA4 patchUlrich Drepper2011-10-2522-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.