CPUDetect: Add CSSC flag

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

View file

@ -48,6 +48,7 @@ struct CPUInfo
// ARMv8 specific
bool bAFP = false; // Alternate floating-point behavior
bool bCSSC = false; // Common Short Sequence Compression
// Call Detect()
explicit CPUInfo();