x86/fpu: Fix misspelled evex512 section in variety of svml files
authorNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 18 Nov 2022 20:00:36 +0000 (12:00 -0800)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 28 Nov 2022 04:22:49 +0000 (20:22 -0800)
```
.section .text.evex512, "ax", @progbits
```

With misspelled as:

```
.section .text.exex512, "ax", @progbits
```

21 files changed:
sysdeps/x86_64/fpu/multiarch/svml_s_acosf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_acoshf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_asinf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_asinhf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_atan2f16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_atanf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_atanhf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_cbrtf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_coshf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_erfcf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_erff16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_exp10f16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_exp2f16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_expm1f16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_hypotf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_log10f16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_log1pf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_log2f16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_sinhf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_tanf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_tanhf16_core_avx512.S

index fd84977..30a906e 100644 (file)
@@ -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)
index 65026e6..7e0e314 100644 (file)
@@ -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)
index 2accef7..b19c8f5 100644 (file)
@@ -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)
index a0c2792..d77574f 100644 (file)
@@ -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)
index 15ffa4b..e6d10b0 100644 (file)
@@ -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)
index 62d96d1..88b44a9 100644 (file)
@@ -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
index 94186a1..07094cc 100644 (file)
@@ -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
index ce10cf1..0cc7d3c 100644 (file)
@@ -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
 
index d1a5ddf..e6fcd88 100644 (file)
@@ -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)
index 5fb5b2f..f57eb22 100644 (file)
@@ -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)
index 3bdc906..db51da8 100644 (file)
@@ -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
index 10f0b2c..51f0e6c 100644 (file)
@@ -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)
index 8a5f1e3..b949093 100644 (file)
@@ -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)
index 7fe830d..0f15a09 100644 (file)
@@ -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)
index c92e3ab..1d5a91c 100644 (file)
@@ -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)
index 0eb9b23..bea2124 100644 (file)
@@ -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)
index 2c864f0..4940e93 100644 (file)
@@ -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)
index 02b255d..3ada6ed 100644 (file)
@@ -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)
index 89be733..d992fc7 100644 (file)
@@ -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)
index 4e18cdc..da3477f 100644 (file)
@@ -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)
index 84f73fd..d74fc77 100644 (file)
 #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