From 1d2971b525396e9935f3d90616a1668ceca425e5 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Mon, 22 May 2023 03:40:33 +0000 Subject: Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337. Applying this commit results in a bit-identical rebuild of mathvec/libmvec.so.1 (which is the only binary that gets rebuilt). Reviewed-by: Noah Goldstein --- sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S') diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S b/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S index 60426108b1..0ec9b19590 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_atan2f4_core_sse4.S @@ -157,11 +157,11 @@ ENTRY(_ZGVbN4vv_atan2f_sse4) /* Special branch for fast (vector) processing of zero arguments */ testl %ecx, %ecx - /* Go to auxilary branch */ + /* Go to auxiliary branch */ jne L(AUX_BRANCH) # LOE rbx rbp r12 r13 r14 r15 eax edx xmm0 xmm1 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 - /* Return from auxilary branch + /* Return from auxiliary branch * for out of main path inputs */ @@ -244,7 +244,7 @@ L(SPECIAL_VALUES_LOOP): cfi_offset(14, -96) # LOE rbx rbp r12 r13 r14 r15 xmm0 - /* Scalar math fucntion call + /* Scalar math function call * to process special input */ @@ -264,7 +264,7 @@ L(SCALAR_MATH_CALL): cfi_restore(14) # LOE rbx rbp r15 r12d r13d - /* Auxilary branch + /* Auxiliary branch * for out of main path inputs */ -- cgit 1.4.1