summaryrefslogtreecommitdiff
path: root/sysdeps/x86/fpu
AgeCommit message (Expand)Author
2026-03-10x86_64: Conditionally define __sfp_handle_exceptions for compiler-rtAdhemerval Zanella
2026-01-14Revert "x86: Do not use __builtin_fpclassify for _Float64x/long double"Adhemerval Zanella
2026-01-14Revert "x86: Do not use __builtin_isinf_sign for _Float64x/long double"Adhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-22x86: Do not use __builtin_isinf_sign for _Float64x/long doubleAdhemerval Zanella
2025-12-22x86: Do not use __builtin_fpclassify for _Float64x/long doubleAdhemerval Zanella
2025-12-04i386: Fix fmod/fmodf/remainder/remainderf for gcc-12Adhemerval Zanella
2025-11-26Add add_ssaaaa and sub_ssaaaa to gmp-arch.hAdhemerval Zanella
2025-11-10x86: Adapt "%v" usage on clang to emit VEX encondingAdhemerval Zanella
2025-11-10x86: math: Use of __libgcc_cmp_return__ iff compiler supports itAdhemerval 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-17x86: Don't use asm statement for trunc/truncfH.J. Lu
2025-09-11math: Fix x86_64 build for -Os (BZ 33367)Adhemerval Zanella
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-22x86: Include test-flt-eval-method-387 if -mfpmath=387 worksH.J. Lu
2024-12-16Fix sysdeps/x86/fpu/Makefile: Split and sort testsH.J. Lu
2024-12-16sysdeps/x86/fpu/Makefile: Split and sort testsH.J. Lu
2024-04-04math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella
2024-04-04math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella
2024-04-04math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-19i686: Do not raise exception traps on fesetexcept (BZ 30989)Adhemerval Zanella
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-09-05math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey
2021-09-24Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor caseJoseph Myers
2021-09-23Fix ffma use of round-to-odd on x86Joseph Myers