summaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)Author
2017-02-06nptl: Remove COLORING_INCREMENTAdhemerval Zanella
2017-02-06Remove i686, x86_64, and powerpc strtok implementationsAdhemerval Zanella
2017-02-02Allow IFUNC relocation against unrelocated shared libraryH.J. Lu
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-03Update i386 libm-test-ulps.Joseph Myers
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella
2017-01-02Fix i686 memchr for large input sizesAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers
2016-12-06Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers
2016-10-28Check IFUNC definition in unrelocated shared library [BZ #20019]H.J. Lu
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg
2016-09-20Remove remnants of .og patternsFlorian Weimer
2016-09-07Add femode_t functions.Joseph Myers
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy
2016-08-16Add fesetexcept.Joseph Myers
2016-07-18i386: Compile rtld-*.os with -mno-sse -mno-mmx -mfpmath=387H.J. Lu
2016-07-13Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347]H.J. Lu
2016-06-30i686/multiarch: Regenerate ulpsAurelien Jarno
2016-06-27Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers
2016-06-27Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers
2016-06-27Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers
2016-06-23Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers
2016-06-22Simplify x86 nearbyint functions.Joseph Myers
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer
2016-06-14Fix i386 fdim double rounding (bug 20255).Joseph Myers
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers
2016-06-09Fix i386/x86_64 log2l (sNaN) (bug 20235).Joseph Myers
2016-06-08Fix i386/x86_64 log1pl (sNaN) (bug 20229).Joseph Myers
2016-06-08Fix i386/x86_64 log10l (sNaN) (bug 20228).Joseph Myers
2016-06-08Fix i386/x86_64 logl (sNaN) (bug 20227).Joseph Myers
2016-06-08Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226).Joseph Myers
2016-06-08Fix i386 cbrtl (sNaN) (bug 20224).Joseph Myers
2016-06-07Fix i386 atanhl (sNaN) (bug 20219).Joseph Myers
2016-06-07Fix i386 asinhl (sNaN) (bug 20218).Joseph Myers
2016-06-03Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205).Joseph Myers
2016-05-13Call init_cpu_features only if SHARED is definedH.J. Lu
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu
2016-05-08Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86H.J. Lu
2016-04-09When disabling SSE, make sure -fpmath is not set to use SSE eitherKhem Raj
2016-04-09configure: fix `test ==` usageMike Frysinger
2016-04-01Improve generic strcspn performanceWilco Dijkstra
2016-03-24Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers
2016-03-15Fix building glibc master with NDEBUG and --with-cpu.Carlos O'Donell
2016-03-06Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu