[v3,1/2] x86: Fix typo of `Slow_SSE4_2` def in isa-level.h

Message ID 20220718132530.1847929-1-goldstein.w.n@gmail.com
State Superseded
Headers
Series [v3,1/2] x86: Fix typo of `Slow_SSE4_2` def in isa-level.h |

Commit Message

Noah Goldstein July 18, 2022, 1:25 p.m. UTC
  Change from `Slow_SSE42_X86_ISA_LEVEL` to
`Slow_SSE4_2_X86_ISA_LEVEL`. Currently the def is unused to no
need to change anything else.
---
 sysdeps/x86/isa-level.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/sysdeps/x86/isa-level.h b/sysdeps/x86/isa-level.h
index 3c4480aba7..fe56af7e2b 100644
--- a/sysdeps/x86/isa-level.h
+++ b/sysdeps/x86/isa-level.h
@@ -104,7 +104,7 @@ 
 
 /* NB: This feature is disable when ISA level >= 3.  All CPUs with
    this feature don't run on glibc built with ISA level >= 3.  */
-#define Slow_SSE42_X86_ISA_LEVEL 3
+#define Slow_SSE4_2_X86_ISA_LEVEL 3
 
 /* Feature(s) enabled when ISA level >= 2.  */
 #define Fast_Unaligned_Load_X86_ISA_LEVEL 2