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_tanhf4_core_sse4.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S') diff --git a/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S b/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S index dcbb1886d0..357ad375b3 100644 --- a/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S +++ b/sysdeps/x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S @@ -73,7 +73,7 @@ #include -/* tanhf data tables for avx2 and sse4 implementatins defined here. +/* tanhf data tables for avx2 and sse4 implementations defined here. */ #define ONLY_DECL_OFFSET #include "svml_s_tanhf_rodata.S" @@ -217,7 +217,7 @@ L(SPECIAL_VALUES_LOOP): xorl %ebp, %ebp bsfl %ebx, %ebp - /* Scalar math fucntion call to process special input. */ + /* Scalar math function call to process special input. */ movss 40(%rsp, %rbp, 4), %xmm0 call tanhf@PLT /* No good way to avoid the store-forwarding fault this will cause on -- cgit 1.4.1