File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/features/qualifiers/intel Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ abstract type CometLake <: IntelMicroarchitecture end
3232abstract type IceLake <: IntelMicroarchitecture end
3333abstract type Tremont <: IntelMicroarchitecture end
3434abstract type TigerLake <: IntelMicroarchitecture end
35+ abstract type CascadeLake <: IntelMicroarchitecture end
3536abstract type WillowCove <: IntelMicroarchitecture end
3637abstract type AlderLake <: IntelMicroarchitecture end
3738abstract type CypressCove <: IntelMicroarchitecture end
@@ -49,6 +50,7 @@ abstract type Montecito <: IntelMicroarchitecture end
4950export Westmere,
5051 Saltwell,
5152 SandyBridge,
53+ SandyBridgeEP,
5254 IvyBridge,
5355 Silvermont,
5456 Haswell,
@@ -57,6 +59,7 @@ export Westmere,
5759 Skylake,
5860 Goldmont,
5961 KabyLake,
62+ CascadeLake,
6063 GoldmontPlus,
6164 CoffeeLake,
6265 CannonLake,
You can’t perform that action at this time.
0 commit comments