diff --git a/Source/Core/Common/CPUDetect.h b/Source/Core/Common/CPUDetect.h index 5a4fac2364..6731e373ea 100644 --- a/Source/Core/Common/CPUDetect.h +++ b/Source/Core/Common/CPUDetect.h @@ -47,7 +47,8 @@ struct CPUInfo bool bSHA2 = false; // ARMv8 specific - bool bAFP = false; // Alternate floating-point behavior + bool bAFP = false; // Alternate floating-point behavior + bool bCSSC = false; // Common Short Sequence Compression // Call Detect() explicit CPUInfo();