about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/svml_s_atanhf16_core_avx512.S
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2022-11-18 12:00:36 -0800
committerNoah Goldstein <goldstein.w.n@gmail.com>2022-11-27 20:22:49 -0800
commit95177b78ffa7a23c781d9b4f8bd0d8a8270891d9 (patch)
treea026e3b0b1975a2ef2d6218b8e94b9a51cf1471c /sysdeps/x86_64/fpu/multiarch/svml_s_atanhf16_core_avx512.S
parente1d082d9de391d07c0c96b5f3408a9d2857860c1 (diff)
downloadglibc-95177b78ffa7a23c781d9b4f8bd0d8a8270891d9.tar.gz
glibc-95177b78ffa7a23c781d9b4f8bd0d8a8270891d9.tar.xz
glibc-95177b78ffa7a23c781d9b4f8bd0d8a8270891d9.zip
x86/fpu: Fix misspelled evex512 section in variety of svml files
```
.section .text.evex512, "ax", @progbits
```

With misspelled as:

```
.section .text.exex512, "ax", @progbits
```
Diffstat (limited to 'sysdeps/x86_64/fpu/multiarch/svml_s_atanhf16_core_avx512.S')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/svml_s_atanhf16_core_avx512.S2
1 files changed, 1 insertions, 1 deletions
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 94186a14cb..07094cc82f 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