aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2014-05-01Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller1-0/+31
2012-12-01Fix missing nearbyintl@GLIBC_2.1 on powerpcAndreas Schwab2-6/+6
2012-11-27Revert "2012-11-07 Andreas Jaeger <aj@suse.de>"Andreas Schwab1-17/+1
2012-11-132012-11-07 Andreas Jaeger <aj@suse.de>Jeff Law1-1/+17
2012-10-04Define HAS_FMA with bit_FMA_UsableH.J. Lu2-2/+10
2012-06-28Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.Chris Metcalf1-2/+2
2012-06-28Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().Chris Metcalf1-1/+3
2012-06-28Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.Chris Metcalf1-1/+2
2012-06-28Fix wordsize-64 cosh regression (bug 14273).Joseph Myers1-0/+1
2012-06-25Fix for wrong ldbl128-ibm fmodl commitAdhemerval Zanella1-2/+2
2012-06-25Fix ldbl128ibm fmodl for subnormals.Adhemerval Zanella2-18/+19
2012-06-25Fix fmod for subnormals (bug 14048).Joseph Myers1-2/+2
2012-06-25Fix x86 strcasecmp_l (bug 13786).Joseph Myers3-1/+6
2012-06-21Backport LIBC_TRY_CC_OPTION and regenerate configure scripts.Joseph Myers3-450/+506
2012-05-25Disable use of FMA instructions in branredAndreas Schwab10-156/+547
2012-05-25Fix makefile/configure problems with sse2avx changes.Joseph Myers1-1/+1
2012-05-25Use -msse2avx option for x86-64 libm functionsUlrich Drepper10-48/+58
2012-05-18BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell7-30/+150
2012-05-01Really fix AVX testsUlrich Drepper8-27/+31
2012-05-01Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2-2/+15
2012-05-01Use <> for include of kernel-features.h.Richard Henderson1-1/+1
2012-05-01Add O_FSYNC define to sparc just like other platforms.David S. Miller1-0/+1
2012-05-01Fix ldbl-128 rintl/nearbyintl just like flt-32 variants.David S. Miller2-44/+6
2012-05-01Fix rintf rounding.Joseph Myers1-12/+0
2012-05-01Fix nearbyintf rounding.Joseph Myers1-12/+0
2012-05-01Use non-signaling floating-point comparisons in math functions.Aurelien Jarno5-17/+17
2012-04-22Fix merge conflict for sparc32/sparc64 ULPS.Carlos O'Donell2-24/+0
2012-04-22Update long-double sparc math ULPs missed by previous changes.David S. Miller2-0/+128
2012-04-22Reduce ldouble ULPs for jn tests on x86Andreas Schwab2-36/+32
2012-04-22Fix x86 PLT slot usage for feraiseexcept.Thomas Schwinge1-2/+2
2012-04-22Redefine __i686 for use with older compilers.Carlos O'Donell1-0/+4
2011-12-23Fix typos in commentsMarek Polacek1-4/+4
2011-12-23Prevent warnings due to long long constantsUlrich Drepper4-80/+105
2011-12-23Fix overrun in destination bufferLiubov Dmitrieva2-508/+323
2011-12-23Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper1-1/+11
2011-12-23Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva1-41/+21
2011-12-22Add feraiseexcept optimization for x86-32Ulrich Drepper1-1/+39
2011-12-22Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper1-4/+18
2011-12-22Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper5-32/+61
2011-12-22Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva1-745/+516
2011-12-22Support building bits/syscall.h for any number of subarch variants.Joseph Myers5-32/+61
2011-12-22Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper1-1/+1
2011-12-21Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper3-9/+9
2011-12-21Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola1-1/+1
2011-12-17Optimized strcasecmp for Power7Adhemerval Zanella8-0/+283
2011-12-17Fix WPUlrich Drepper1-1/+1
2011-12-17Simplify code for accessing powerpc GOTWill Schmidt31-159/+133
2011-12-17Optimized nearbyint for PPCAdhemerval Zanella4-0/+277
2011-12-17WP fixesUlrich Drepper1-1/+0
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper16-2/+2427