mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00
Add support for detecting Intel CascadeLake CPUs (#271)
Should close https://github.com/google/cpu_features/issues/260
This commit is contained in:

committed by
GitHub

parent
cee2648cf0
commit
b69591add3
@ -139,6 +139,7 @@ typedef enum {
|
||||
INTEL_HSW, // HASWELL
|
||||
INTEL_BDW, // BROADWELL
|
||||
INTEL_SKL, // SKYLAKE
|
||||
INTEL_CCL, // CASCADELAKE
|
||||
INTEL_ATOM_GMT, // GOLDMONT
|
||||
INTEL_ATOM_GMT_PLUS, // GOLDMONT+
|
||||
INTEL_ATOM_TMT, // TREMONT
|
||||
|
Reference in New Issue
Block a user