aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers2-3/+6
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar68-71/+71
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar2-2/+2
2014-11-20Add arch-specific configuration for C11 atomics support.Torvald Riegel1-0/+3
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers1-1/+1
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab3-6/+6
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath1-4/+5
2014-08-28i386 TLS_INIT_TP might produce bogus asm changing stack pointer [BZ #17319]Mark Wielaard1-29/+2
2014-08-27Update x86 ULPsAllan McRae1-4/+4
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-07-14Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu2-0/+35
2014-07-09Update i386 libm test ULPsAndreas Schwab1-8/+32
2014-07-09Fix -Wundef warnings for SHAREDWill Newton1-1/+1
2014-07-08Fix Wundef warning for ELF_MACHINE_NO_REL on i386Siddhesh Poyarekar1-0/+1
2014-07-03Always provide HP_SMALL_TIMING_AVAILRichard Henderson1-0/+1
2014-07-03Unify hp-timing implementationsRichard Henderson1-60/+1
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson3-50/+0
2014-07-03Removing HP_TIMING_ACCUM as unusedRichard Henderson1-31/+2
2014-07-03Removing HP_TIMING_ZERO as unusedRichard Henderson1-5/+0
2014-06-27Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers2-0/+25
2014-06-25Move USE_REGPARMS define to sysdeps/i386/configure.ac.Joseph Myers2-0/+5
2014-06-25Move base_machine and machine settings from configure.ac to sysdeps preconfig...Joseph Myers1-0/+5
2014-06-25Add compat symbols for scalb* in i386Siddhesh Poyarekar3-0/+15
2014-06-24x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath5-3/+2
2014-06-24Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539).Joseph Myers1-0/+10
2014-06-23Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers1-0/+1
2014-06-23Test cpow in all rounding modes.Joseph Myers1-0/+48
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers4-79/+69
2014-06-20Clean up stack-coloring macros.Roland McGrath2-31/+28
2014-06-20Include <kernel-features.h> explicitly where required.Joseph Myers1-0/+1
2014-06-20[BZ #6803] Set errno for scalbln, scalbnStefan Liebler3-3/+0
2014-06-18Fix __ieee754_logl (-LDBL_MAX) in FE_DOWNWARD mode (bug 17022).Joseph Myers2-2/+8
2014-06-16Add CFI to x86 ceil / floor / trunc (bug 16681).Joseph Myers9-0/+18
2014-06-12Move i386 code out of nptl/ subdirectory.Roland McGrath12-0/+791
2014-06-10Fix log2 (1) in round-downward mode (bug 17042).Joseph Myers4-3/+37
2014-05-23Fix log10 (1) in round-downward mode (bug 16977).Joseph Myers4-3/+45
2014-05-14Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.Roland McGrath1-0/+1
2014-05-14Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).Joseph Myers1-1/+6
2014-05-14Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928).Joseph Myers1-0/+48
2014-05-14Fix acosh (1) in round-downward mode (bug 16927).Joseph Myers4-0/+15
2014-05-09Include SSE state in i386 fenv_t (bug 16064).Joseph Myers3-17/+43
2014-04-03Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath1-2/+2
2014-04-02Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers1-0/+96
2014-04-02Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).Joseph Myers1-0/+96
2014-03-27Fix x86/x86_64 expl/exp10l spurious underflows (bug 16348).Joseph Myers1-2/+8
2014-03-25Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers1-0/+24
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers1-0/+192
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers5-4/+40
2014-03-21Test most libm functions in all rounding modes.Joseph Myers1-0/+574
2014-03-11Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers1-1/+4