summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-19x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)Bruno Haible
2023-08-21x86_64: Add log1p with FMAH.J. Lu
2023-08-14x86_64: Add expm1 with FMAH.J. Lu
2023-08-11x86_64: Add log2 with FMAH.J. Lu
2023-08-10x86_64: Sort fpu/multiarch/MakefileH.J. Lu
2023-07-19Update x86_64 libm-test-ulps (x32 ABI)Andreas K. Hüttel
2023-05-23Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov
2023-05-23Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337.Paul Pluzhnikov
2023-05-03Enable libmvec support for AArch64Joe Ramsay
2023-04-03x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer
2023-03-27benchtests: Move libmvec benchtest inputs to benchtests directoryJoe Ramsay
2023-02-27x86_64: Update libm test ulpsH.J. Lu
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer
2022-11-27x86/fpu: Factor out shared avx2/avx512 code in svml_{s|d}_wrapper_impl.hNoah Goldstein
2022-11-27x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.hNoah Goldstein
2022-11-27x86/fpu: Reformat svml_{s|d}_wrapper_impl.hNoah Goldstein
2022-11-27x86/fpu: Fix misspelled evex512 section in variety of svml filesNoah Goldstein
2022-11-27x86/fpu: Add missing ISA sections to variety of svml filesNoah Goldstein
2022-10-03x86: Remove .tfloat usageAdhemerval Zanella
2022-06-22x86: Replace all sse instructions with vex equivilent in avx+ filesNoah Goldstein
2022-06-09x86: Optimize svml_s_tanhf4_core_sse4.SNoah Goldstein
2022-06-09x86: Optimize svml_s_tanhf8_core_avx2.SNoah Goldstein
2022-06-09x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4Noah Goldstein
2022-06-09x86: Optimize svml_s_tanhf16_core_avx512.SNoah Goldstein
2022-06-09x86: Improve svml_s_atanhf4_core_sse4.SNoah Goldstein
2022-06-09x86: Improve svml_s_atanhf8_core_avx2.SNoah Goldstein
2022-06-09x86: Improve svml_s_atanhf16_core_avx512.SNoah Goldstein
2022-06-01x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella
2022-04-29benchtests: Better libmvec integrationSiddhesh Poyarekar
2022-04-29benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar
2022-04-07x86: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-05benchtests: Only build libmvec benchmarks iff $(build-mathvec) is setAdhemerval Zanella
2022-04-04x86: Remove fabs{f} implementationAdhemerval Zanella
2022-03-07x86_64: Fix svml_d_tanh8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_tanh4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_tanh2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanhf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanhf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanhf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_tan8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_tan4_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_tan2_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanf8_core_avx2.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanf4_core_sse4.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_s_tanf16_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_sinh8_core_avx512.S code formattingSunil K Pandey
2022-03-07x86_64: Fix svml_d_sinh4_core_avx2.S code formattingSunil K Pandey