summaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)Author
2026-03-16math: Use tanh from CORE-MATHAdhemerval Zanella
2026-03-16math: Use sinh from CORE-MATHAdhemerval Zanella
2026-03-16math: Use cosh from CORE-MATHAdhemerval Zanella
2026-02-02i386: Remove f{max,min} assembly implementationsAdhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-12-04i386: Fix fmod/fmodf/remainder/remainderf for gcc-12Adhemerval Zanella
2025-11-27math: New generic fmaf implementationAdhemerval Zanella
2025-11-26math: New generic fma implementationAdhemerval Zanella
2025-11-21math: Remove ldbl-96 fma implementationAdhemerval Zanella
2025-11-21htl: move pthread_spin_{destroy, lock, init, trylock, unlock) and remove _pth...gfleury
2025-11-10x86: Adapt "%v" usage on clang to emit VEX encondingAdhemerval Zanella
2025-11-10stdlib: Remove mp_clz_tab.cAdhemerval Zanella
2025-11-06i386: Simplify powl computation for small integral y [BZ #33586]H.J. Lu
2025-11-04math: Remove the SVID error handling wrapper from sqrtAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from remainderAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from remainderfAdhemerval Zanella
2025-10-30i386: Remove the SVID error handling from fmodfAdhemerval Zanella
2025-10-30i386: Remove the SVID error handling from fmodAdhemerval Zanella
2025-10-29i386: Build s_erf_common.c with -fexcess-precision=standardAdhemerval Zanella
2025-10-27math: Use erfc from CORE-MATHAdhemerval Zanella
2025-10-27math: Use erf from CORE-MATHAdhemerval Zanella
2025-10-27math: Use tgamma from CORE-MATHAdhemerval Zanella
2025-10-27math: Use lgamma from CORE-MATHAdhemerval Zanella
2025-10-27math: Use atanh from CORE-MATHAdhemerval Zanella
2025-10-27math: Use asinh from CORE-MATHAdhemerval Zanella
2025-10-27math: Use acosh from CORE-MATHAdhemerval Zanella
2025-10-08x86: Use typeof_member style in RSEQ area access expressionsUros Bizjak
2025-10-08x86: Simplify RSEQ area access expressionsUros Bizjak
2025-10-08x86: Simplify stack and pointer guard macrosUros Bizjak
2025-10-08x86: Simplify TCB access expressionsUros Bizjak
2025-09-23math: Remove unused filesAdhemerval Zanella
2025-09-22x86: Use "%v" to emit VEX encoded instructions for AVX targetsUros Bizjak
2025-09-22x86: Remove obsolete "*&" GCC asm memory operand workaroundUros Bizjak
2025-09-15i686: Compile .op files and gmon tests with -mfentryH.J. Lu
2025-09-14i386: Use __seg_gs qualifier to cast access to TCB in THREAD_GSCOPE_RESET_FLAG()Uros Bizjak
2025-09-11math: Add fetestexcept internal aliasAdhemerval Zanella
2025-09-11math: Add feclearexcept internal aliasAdhemerval Zanella
2025-09-10i386: Use __seg_gs qualifiers in {STACK, POINTER}_CHK_GUARD macrosUros Bizjak
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-08-21x86: Remove an extra space before THREAD_SELFH.J. Lu
2025-08-20i386: Use __seg_gs qualifiers in NPTL accessorsUros Bizjak
2025-08-20i386: Remove stalled __GNUC_PREREQ (6, 0) test in THREAD_SELF()Uros Bizjak
2025-08-14i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]H.J. Lu
2025-08-01i386: Consolidate subdirectory check on elf and csuH.J. Lu
2025-06-19i386: Update ___tls_get_addr to preserve vector registersH.J. Lu
2025-06-02math: Remove i386 ilogb/ilogbf/llogb/llogbfAdhemerval Zanella
2025-06-02math: Optimize float ilogb/llogbAdhemerval Zanella
2025-06-02math: Optimize double ilogb/llogbAdhemerval Zanella
2025-03-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella