aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686
AgeCommit message (Expand)AuthorFilesLines
2017-06-23Update x86 ulps for GCC 7.Joseph Myers1-8/+8
2017-06-20Remove bits/string.h.Zack Weinberg1-6/+1
2017-06-14i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2-3/+7
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg3-6/+3
2017-05-19x86: Optimize SSE2 memchr overflow calculationH.J. Lu1-8/+6
2017-03-29Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella1-1/+1
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers1-0/+12
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers1-36/+36
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers1-18/+18
2017-02-06nptl: Remove COLORING_INCREMENTAdhemerval Zanella1-5/+0
2017-02-06Remove i686, x86_64, and powerpc strtok implementationsAdhemerval Zanella2-249/+0
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella1-0/+2
2017-01-02Fix i686 memchr for large input sizesAdhemerval Zanella2-3/+15
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers96-96/+96
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers2-8/+48
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers1-0/+1
2016-09-20Remove remnants of .og patternsFlorian Weimer1-2/+0
2016-07-13Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347]H.J. Lu1-2/+2
2016-06-30i686/multiarch: Regenerate ulpsAurelien Jarno1-8/+8
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers3-129/+0
2016-06-08Fix i386/x86_64 logl (sNaN) (bug 20227).Joseph Myers1-0/+1
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu2-20/+0
2016-03-24Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers1-4/+4
2016-03-15Fix building glibc master with NDEBUG and --with-cpu.Carlos O'Donell1-0/+1
2016-03-06Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu9-9/+9
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers99-99/+99
2015-12-20i386: move ULPs to i686/multiarch and regenerate new ones for i386Aurelien Jarno1-0/+2176
2015-11-05Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213).Joseph Myers1-1/+7
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers1-2/+1
2015-10-15Remove assembler -mtune=i686 configure test.Joseph Myers1-2/+0
2015-10-08Remove configure tests for AVX support.Joseph Myers5-11/+3
2015-10-06Remove configure tests for SSE4 support.Joseph Myers3-14/+2
2015-09-18Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980).Joseph Myers1-4/+5
2015-08-27Detect and select i586/i686 implementation at run-timefedora/masterH.J. Lu1-0/+19
2015-08-27Add i386 memset and memcpy assembly functionsH.J. Lu4-136/+0
2015-08-27Remove i486 subdirectoryH.J. Lu1-4/+0
2015-08-27Move i486/strcat.S to strcat.SH.J. Lu1-1/+1
2015-08-27Move i486/pthread_spin_trylock.S to pthread_spin_trylock.SH.J. Lu1-1/+1
2015-08-26Replace BZERO_P/PIC with USE_AS_BZERO/SHAREDH.J. Lu2-13/+8
2015-08-20Remove the unused IFUNC filesH.J. Lu1-4/+0
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu1-1/+0
2015-08-20Remove x86 init-arch.cH.J. Lu1-1/+0
2015-08-19Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu2-7/+0
2015-08-13Update i686 multiarch functions for <cpu-features.h>H.J. Lu38-887/+356
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu4-8/+0
2015-08-04Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab1-6/+0
2015-07-15i686: Mark stdlib/tst-makecontext as XFAIL.Stefan Liebler1-0/+6
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2-4/+7
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers1-1/+3
2015-04-15powerpc: Fix __wcschr static buildAdhemerval Zanella1-2/+8