aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert832-832/+832
2023-12-19x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)Bruno Haible1-10/+14
2023-08-21x86_64: Add log1p with FMAH.J. Lu3-0/+35
2023-08-14x86_64: Add expm1 with FMAH.J. Lu3-0/+48
2023-08-11x86_64: Add log2 with FMAH.J. Lu3-0/+48
2023-08-10x86_64: Sort fpu/multiarch/MakefileH.J. Lu1-20/+74
2023-07-19Update x86_64 libm-test-ulps (x32 ABI)Andreas K. Hüttel1-13/+14
2023-05-23Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov1-1/+1
2023-05-23Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337.Paul Pluzhnikov112-169/+169
2023-05-03Enable libmvec support for AArch64Joe Ramsay3-104/+54
2023-04-03x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer1-2/+2
2023-03-27benchtests: Move libmvec benchtest inputs to benchtests directoryJoe Ramsay53-213201/+1
2023-02-27x86_64: Update libm test ulpsH.J. Lu1-0/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers829-829/+829
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer1-18/+3
2022-11-27x86/fpu: Factor out shared avx2/avx512 code in svml_{s|d}_wrapper_impl.hNoah Goldstein3-342/+192
2022-11-27x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.hNoah Goldstein2-242/+172
2022-11-27x86/fpu: Reformat svml_{s|d}_wrapper_impl.hNoah Goldstein2-510/+510
2022-11-27x86/fpu: Fix misspelled evex512 section in variety of svml filesNoah Goldstein21-21/+21
2022-11-27x86/fpu: Add missing ISA sections to variety of svml filesNoah Goldstein198-198/+198
2022-10-03x86: Remove .tfloat usageAdhemerval Zanella1-1/+2
2022-06-22x86: Replace all sse instructions with vex equivilent in avx+ filesNoah Goldstein74-157/+157
2022-06-09x86: Optimize svml_s_tanhf4_core_sse4.SNoah Goldstein1-727/+138
2022-06-09x86: Optimize svml_s_tanhf8_core_avx2.SNoah Goldstein1-741/+171
2022-06-09x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4Noah Goldstein1-0/+621
2022-06-09x86: Optimize svml_s_tanhf16_core_avx512.SNoah Goldstein1-240/+287
2022-06-09x86: Improve svml_s_atanhf4_core_sse4.SNoah Goldstein1-209/+169
2022-06-09x86: Improve svml_s_atanhf8_core_avx2.SNoah Goldstein1-203/+202
2022-06-09x86: Improve svml_s_atanhf16_core_avx512.SNoah Goldstein1-230/+244
2022-06-01x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab5-3/+48
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella1-28/+0
2022-04-29benchtests: Better libmvec integrationSiddhesh Poyarekar1-4/+0
2022-04-29benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar1-6/+6
2022-04-07x86: Remove fcopysign{f} implementationAdhemerval Zanella3-115/+0
2022-04-05benchtests: Only build libmvec benchmarks iff $(build-mathvec) is setAdhemerval Zanella1-1/+1
2022-04-04x86: Remove fabs{f} implementationAdhemerval Zanella2-54/+0
2022-03-07x86_64: Fix svml_d_tanh8_core_avx512.S code formattingSunil K Pandey1-360/+358
2022-03-07x86_64: Fix svml_d_tanh4_core_avx2.S code formattingSunil K Pandey1-1166/+1164
2022-03-07x86_64: Fix svml_d_tanh2_core_sse4.S code formattingSunil K Pandey1-1160/+1158
2022-03-07x86_64: Fix svml_s_tanhf8_core_avx2.S code formattingSunil K Pandey1-732/+730
2022-03-07x86_64: Fix svml_s_tanhf4_core_sse4.S code formattingSunil K Pandey1-721/+719
2022-03-07x86_64: Fix svml_s_tanhf16_core_avx512.S code formattingSunil K Pandey1-269/+267
2022-03-07x86_64: Fix svml_d_tan8_core_avx512.S code formattingSunil K Pandey1-2624/+2621
2022-03-07x86_64: Fix svml_d_tan4_core_avx2.S code formattingSunil K Pandey1-6047/+6044
2022-03-07x86_64: Fix svml_d_tan2_core_sse4.S code formattingSunil K Pandey1-6073/+6070
2022-03-07x86_64: Fix svml_s_tanf8_core_avx2.S code formattingSunil K Pandey1-2470/+2467
2022-03-07x86_64: Fix svml_s_tanf4_core_sse4.S code formattingSunil K Pandey1-2511/+2508
2022-03-07x86_64: Fix svml_s_tanf16_core_avx512.S code formattingSunil K Pandey1-818/+815
2022-03-07x86_64: Fix svml_d_sinh8_core_avx512.S code formattingSunil K Pandey1-399/+397
2022-03-07x86_64: Fix svml_d_sinh4_core_avx2.S code formattingSunil K Pandey1-408/+406