aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song1-16/+2
2022-04-04x86: Remove fabs{f} implementationAdhemerval Zanella2-54/+0
2022-03-28x86: Small improvements for wcslenNoah Goldstein1-45/+41
2022-03-28x86: Small improvements for wcscpy-ssse3Noah Goldstein1-97/+97
2022-03-25x86: Remove AVX str{n}casecmpNoah Goldstein6-197/+105
2022-03-25x86: Add EVEX optimized str{n}casecmpNoah Goldstein6-40/+321
2022-03-25x86: Add AVX2 optimized str{n}casecmpNoah Goldstein8-31/+331
2022-03-25x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.SNoah Goldstein1-48/+35
2022-03-25x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein1-35/+29
2022-03-25x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]Noah Goldstein1-1/+1
2022-03-25x86: Remove strspn-sse2.S and use the generic implementationNoah Goldstein2-116/+4
2022-03-25x86: Remove strpbrk-sse2.S and use the generic implementationNoah Goldstein2-8/+4
2022-03-25x86: Remove strcspn-sse2.S and use the generic implementationNoah Goldstein2-123/+4
2022-03-25x86: Optimize strspn in strspn-c.cNoah Goldstein1-47/+39
2022-03-25x86: Optimize strcspn and strpbrk in strcspn-c.cNoah Goldstein1-46/+37
2022-03-25x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein1-66/+80
2022-03-25x86: Code cleanup in strchr-avx2 and comment justifying branchNoah Goldstein1-97/+107
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
2022-03-07x86_64: Fix svml_d_sinh2_core_sse4.S code formattingSunil K Pandey1-393/+391
2022-03-07x86_64: Fix svml_s_sinhf8_core_avx2.S code formattingSunil K Pandey1-247/+245
2022-03-07x86_64: Fix svml_s_sinhf4_core_sse4.S code formattingSunil K Pandey1-246/+244
2022-03-07x86_64: Fix svml_s_sinhf16_core_avx512.S code formattingSunil K Pandey1-256/+254
2022-03-07x86_64: Fix svml_d_log28_core_avx512.S code formattingSunil K Pandey1-236/+235
2022-03-07x86_64: Fix svml_d_log24_core_avx2.S code formattingSunil K Pandey1-1242/+1241
2022-03-07x86_64: Fix svml_d_log22_core_sse4.S code formattingSunil K Pandey1-1256/+1255
2022-03-07x86_64: Fix svml_s_log2f8_core_avx2.S code formattingSunil K Pandey1-168/+167
2022-03-07x86_64: Fix svml_s_log2f4_core_sse4.S code formattingSunil K Pandey1-165/+164
2022-03-07x86_64: Fix svml_s_log2f16_core_avx512.S code formattingSunil K Pandey1-174/+173
2022-03-07x86_64: Fix svml_d_log1p8_core_avx512.S code formattingSunil K Pandey1-260/+259
2022-03-07x86_64: Fix svml_d_log1p4_core_avx2.S code formattingSunil K Pandey1-1294/+1293
2022-03-07x86_64: Fix svml_d_log1p2_core_sse4.S code formattingSunil K Pandey1-1308/+1307
2022-03-07x86_64: Fix svml_s_log1pf8_core_avx2.S code formattingSunil K Pandey1-196/+195
2022-03-07x86_64: Fix svml_s_log1pf4_core_sse4.S code formattingSunil K Pandey1-194/+193
2022-03-07x86_64: Fix svml_s_log1pf16_core_avx512.S code formattingSunil K Pandey1-213/+212
2022-03-07x86_64: Fix svml_d_log108_core_avx512.S code formattingSunil K Pandey1-242/+241
2022-03-07x86_64: Fix svml_d_log104_core_avx2.S code formattingSunil K Pandey1-992/+991
2022-03-07x86_64: Fix svml_d_log102_core_sse4.S code formattingSunil K Pandey1-1006/+1005