From 7b7112984f3582e48ef50c33751157a9d43b198d Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 06 2021 22:39:30 +0000 Subject: Apply patch glibc-rh1817513-64.patch patch_name: glibc-rh1817513-64.patch present_in_specfile: true location_in_specfile: 465 --- diff --git a/sysdeps/x86/cpu-features.h b/sysdeps/x86/cpu-features.h index 388172a..7abfa04 100644 --- a/sysdeps/x86/cpu-features.h +++ b/sysdeps/x86/cpu-features.h @@ -465,7 +465,7 @@ extern const struct cpu_features *__get_cpu_features (void) #define bit_cpu_ADX (1u << 19) #define bit_cpu_SMAP (1u << 20) #define bit_cpu_AVX512_IFMA (1u << 21) -#define bit_cpu_CLFLUSHOPT (1u << 22) +#define bit_cpu_CLFLUSHOPT (1u << 23) #define bit_cpu_CLWB (1u << 24) #define bit_cpu_TRACE (1u << 25) #define bit_cpu_AVX512PF (1u << 26)