Message ID | 20220718115415.1844877-1-goldstein.w.n@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v2] x86: Fix typo of `Slow_SSE4_2` def in isa-level.h | expand |
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