CPUDetect: Add CSSC flag

This commit is contained in:
Sintendo 2024-12-29 11:45:59 +01:00
parent 05cad38abc
commit 663b4db9ca

View file

@ -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();