index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
x86_64
/
fpu
/
multiarch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-06
x86-64: Exclude FMA4 IFUNC functions for -mapxf
H.J. Lu
3
-9
/
+17
2024-02-25
x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarch
Sunil K Pandey
60
-295
/
+896
2024-02-15
Apply the Makefile sorting fix
H.J. Lu
1
-7
/
+7
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
541
-541
/
+541
2023-08-21
x86_64: Add log1p with FMA
H.J. Lu
3
-0
/
+35
2023-08-14
x86_64: Add expm1 with FMA
H.J. Lu
3
-0
/
+48
2023-08-11
x86_64: Add log2 with FMA
H.J. Lu
3
-0
/
+48
2023-08-10
x86_64: Sort fpu/multiarch/Makefile
H.J. Lu
1
-20
/
+74
2023-05-23
Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337.
Paul Pluzhnikov
112
-169
/
+169
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
538
-538
/
+538
2022-11-27
x86/fpu: Fix misspelled evex512 section in variety of svml files
Noah Goldstein
21
-21
/
+21
2022-11-27
x86/fpu: Add missing ISA sections to variety of svml files
Noah Goldstein
36
-36
/
+36
2022-06-22
x86: Replace all sse instructions with vex equivilent in avx+ files
Noah Goldstein
74
-157
/
+157
2022-06-09
x86: Optimize svml_s_tanhf4_core_sse4.S
Noah Goldstein
1
-722
/
+133
2022-06-09
x86: Optimize svml_s_tanhf8_core_avx2.S
Noah Goldstein
1
-735
/
+165
2022-06-09
x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4
Noah Goldstein
1
-0
/
+621
2022-06-09
x86: Optimize svml_s_tanhf16_core_avx512.S
Noah Goldstein
1
-235
/
+282
2022-06-09
x86: Improve svml_s_atanhf4_core_sse4.S
Noah Goldstein
1
-206
/
+166
2022-06-09
x86: Improve svml_s_atanhf8_core_avx2.S
Noah Goldstein
1
-201
/
+200
2022-06-09
x86: Improve svml_s_atanhf16_core_avx512.S
Noah Goldstein
1
-228
/
+242
2022-06-01
x86_64: Optimize sincos where sin/cos is optimized (bug 29193)
Andreas Schwab
5
-3
/
+48
2022-03-07
x86_64: Fix svml_d_tanh8_core_avx512.S code formatting
Sunil K Pandey
1
-360
/
+358
2022-03-07
x86_64: Fix svml_d_tanh4_core_avx2.S code formatting
Sunil K Pandey
1
-1166
/
+1164
2022-03-07
x86_64: Fix svml_d_tanh2_core_sse4.S code formatting
Sunil K Pandey
1
-1160
/
+1158
2022-03-07
x86_64: Fix svml_s_tanhf8_core_avx2.S code formatting
Sunil K Pandey
1
-732
/
+730
2022-03-07
x86_64: Fix svml_s_tanhf4_core_sse4.S code formatting
Sunil K Pandey
1
-721
/
+719
2022-03-07
x86_64: Fix svml_s_tanhf16_core_avx512.S code formatting
Sunil K Pandey
1
-269
/
+267
2022-03-07
x86_64: Fix svml_d_tan8_core_avx512.S code formatting
Sunil K Pandey
1
-2586
/
+2583
2022-03-07
x86_64: Fix svml_d_tan4_core_avx2.S code formatting
Sunil K Pandey
1
-6047
/
+6044
2022-03-07
x86_64: Fix svml_d_tan2_core_sse4.S code formatting
Sunil K Pandey
1
-6073
/
+6070
2022-03-07
x86_64: Fix svml_s_tanf8_core_avx2.S code formatting
Sunil K Pandey
1
-2415
/
+2412
2022-03-07
x86_64: Fix svml_s_tanf4_core_sse4.S code formatting
Sunil K Pandey
1
-2445
/
+2442
2022-03-07
x86_64: Fix svml_s_tanf16_core_avx512.S code formatting
Sunil K Pandey
1
-781
/
+778
2022-03-07
x86_64: Fix svml_d_sinh8_core_avx512.S code formatting
Sunil K Pandey
1
-363
/
+361
2022-03-07
x86_64: Fix svml_d_sinh4_core_avx2.S code formatting
Sunil K Pandey
1
-373
/
+371
2022-03-07
x86_64: Fix svml_d_sinh2_core_sse4.S code formatting
Sunil K Pandey
1
-359
/
+357
2022-03-07
x86_64: Fix svml_s_sinhf8_core_avx2.S code formatting
Sunil K Pandey
1
-217
/
+215
2022-03-07
x86_64: Fix svml_s_sinhf4_core_sse4.S code formatting
Sunil K Pandey
1
-217
/
+215
2022-03-07
x86_64: Fix svml_s_sinhf16_core_avx512.S code formatting
Sunil K Pandey
1
-225
/
+223
2022-03-07
x86_64: Fix svml_d_log28_core_avx512.S code formatting
Sunil K Pandey
1
-214
/
+213
2022-03-07
x86_64: Fix svml_d_log24_core_avx2.S code formatting
Sunil K Pandey
1
-1242
/
+1241
2022-03-07
x86_64: Fix svml_d_log22_core_sse4.S code formatting
Sunil K Pandey
1
-1256
/
+1255
2022-03-07
x86_64: Fix svml_s_log2f8_core_avx2.S code formatting
Sunil K Pandey
1
-156
/
+155
2022-03-07
x86_64: Fix svml_s_log2f4_core_sse4.S code formatting
Sunil K Pandey
1
-154
/
+153
2022-03-07
x86_64: Fix svml_s_log2f16_core_avx512.S code formatting
Sunil K Pandey
1
-163
/
+162
2022-03-07
x86_64: Fix svml_d_log1p8_core_avx512.S code formatting
Sunil K Pandey
1
-236
/
+235
2022-03-07
x86_64: Fix svml_d_log1p4_core_avx2.S code formatting
Sunil K Pandey
1
-1294
/
+1293
2022-03-07
x86_64: Fix svml_d_log1p2_core_sse4.S code formatting
Sunil K Pandey
1
-1308
/
+1307
2022-03-07
x86_64: Fix svml_s_log1pf8_core_avx2.S code formatting
Sunil K Pandey
1
-180
/
+179
2022-03-07
x86_64: Fix svml_s_log1pf4_core_sse4.S code formatting
Sunil K Pandey
1
-179
/
+178
[next]