diff options
author | Noah Goldstein <goldstein.w.n@gmail.com> | 2022-11-18 12:00:36 -0800 |
---|---|---|
committer | Noah Goldstein <goldstein.w.n@gmail.com> | 2022-11-27 20:22:49 -0800 |
commit | 95177b78ffa7a23c781d9b4f8bd0d8a8270891d9 (patch) | |
tree | a026e3b0b1975a2ef2d6218b8e94b9a51cf1471c | |
parent | e1d082d9de391d07c0c96b5f3408a9d2857860c1 (diff) | |
download | glibc-95177b78ffa7a23c781d9b4f8bd0d8a8270891d9.zip glibc-95177b78ffa7a23c781d9b4f8bd0d8a8270891d9.tar.gz glibc-95177b78ffa7a23c781d9b4f8bd0d8a8270891d9.tar.bz2 |
x86/fpu: Fix misspelled evex512 section in variety of svml files
```
.section .text.evex512, "ax", @progbits
```
With misspelled as:
```
.section .text.exex512, "ax", @progbits
```
21 files changed, 21 insertions, 21 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_acosf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_acosf16_core_avx512.S index fd84977..30a906e 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_acosf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_acosf16_core_avx512.S @@ -46,7 +46,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_acosf_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_acoshf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_acoshf16_core_avx512.S index 65026e6..7e0e314 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_acoshf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_acoshf16_core_avx512.S @@ -57,7 +57,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_acoshf_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_asinf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_asinf16_core_avx512.S index 2accef7..b19c8f5 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_asinf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_asinf16_core_avx512.S @@ -44,7 +44,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_asinf_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_asinhf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_asinhf16_core_avx512.S index a0c2792..d77574f 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_asinhf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_asinhf16_core_avx512.S @@ -56,7 +56,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_asinhf_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f16_core_avx512.S index 15ffa4b..e6d10b0 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f16_core_avx512.S @@ -50,7 +50,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16vv_atan2f_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_atanf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_atanf16_core_avx512.S index 62d96d1..88b44a9 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_atanf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_atanf16_core_avx512.S @@ -45,7 +45,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_atanf_skx) vandps __svml_satan_data_internal_avx512(%rip), %zmm0, %zmm7 vmovups MaxThreshold+__svml_satan_data_internal_avx512(%rip), %zmm3 diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_atanhf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_atanhf16_core_avx512.S index 94186a1..07094cc 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_atanhf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_atanhf16_core_avx512.S @@ -61,7 +61,7 @@ #define ATANHF_DATA(x) ((x)+__svml_satanh_data_internal_avx512_al64) - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_atanhf_skx) vandps AbsMask+__svml_satanh_data_internal_avx512(%rip){1to16}, %zmm0, %zmm6 vmovups ATANHF_DATA(One)(%rip), %zmm4 diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_cbrtf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_cbrtf16_core_avx512.S index ce10cf1..0cc7d3c 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_cbrtf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_cbrtf16_core_avx512.S @@ -46,7 +46,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_cbrtf_skx) vgetmantps $0, {sae}, %zmm0, %zmm8 diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_coshf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_coshf16_core_avx512.S index d1a5ddf..e6fcd88 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_coshf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_coshf16_core_avx512.S @@ -54,7 +54,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_coshf_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S index 5fb5b2f..f57eb22 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S @@ -49,7 +49,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_erfcf_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_erff16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_erff16_core_avx512.S index 3bdc906..db51da8 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_erff16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_erff16_core_avx512.S @@ -56,7 +56,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_erff_skx) vmovaps %zmm0, %zmm8 vmulps {rn-sae}, %zmm8, %zmm8, %zmm11 diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_exp10f16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_exp10f16_core_avx512.S index 10f0b2c..51f0e6c 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_exp10f16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_exp10f16_core_avx512.S @@ -44,7 +44,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_exp10f_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_exp2f16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_exp2f16_core_avx512.S index 8a5f1e3..b949093 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_exp2f16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_exp2f16_core_avx512.S @@ -62,7 +62,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_exp2f_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_expm1f16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_expm1f16_core_avx512.S index 7fe830d..0f15a09 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_expm1f16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_expm1f16_core_avx512.S @@ -46,7 +46,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_expm1f_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_hypotf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_hypotf16_core_avx512.S index c92e3ab..1d5a91c 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_hypotf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_hypotf16_core_avx512.S @@ -80,7 +80,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16vv_hypotf_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_log10f16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_log10f16_core_avx512.S index 0eb9b23..bea2124 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_log10f16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_log10f16_core_avx512.S @@ -38,7 +38,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_log10f_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S index 2c864f0..4940e93 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S @@ -48,7 +48,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_log1pf_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S index 02b255d..3ada6ed 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S @@ -37,7 +37,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_log2f_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_sinhf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_sinhf16_core_avx512.S index 89be733..d992fc7 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_sinhf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_sinhf16_core_avx512.S @@ -50,7 +50,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_sinhf_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_tanf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_tanf16_core_avx512.S index 4e18cdc..da3477f 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_tanf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_tanf16_core_avx512.S @@ -53,7 +53,7 @@ #include <sysdep.h> - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_tanf_skx) pushq %rbp cfi_def_cfa_offset(16) diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf16_core_avx512.S b/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf16_core_avx512.S index 84f73fd..d74fc77 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf16_core_avx512.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf16_core_avx512.S @@ -107,7 +107,7 @@ #define TANHF_DATA(x) ((x)+__svml_stanh_data_internal_al64) #define TANHF_DATA_UNALIGNED(x) ((x)+__svml_stanh_data_internal) - .section .text.exex512, "ax", @progbits + .section .text.evex512, "ax", @progbits ENTRY(_ZGVeN16v_tanhf_skx) /* Here huge arguments, INF and NaNs are filtered out to callout. */ vpandd TANHF_DATA_UNALIGNED(_iExpMantMask_UISA)(%rip){1to16}, %zmm0, %zmm1 |