Skip to content

Commit 57ff991

Browse files
corrections - feature detection
1 parent b7a2537 commit 57ff991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/features/qualifiers/intel/intel.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ abstract type CometLake <: IntelMicroarchitecture end
3232
abstract type IceLake <: IntelMicroarchitecture end
3333
abstract type Tremont <: IntelMicroarchitecture end
3434
abstract type TigerLake <: IntelMicroarchitecture end
35+
abstract type CascadeLake <: IntelMicroarchitecture end
3536
abstract type WillowCove <: IntelMicroarchitecture end
3637
abstract type AlderLake <: IntelMicroarchitecture end
3738
abstract type CypressCove <: IntelMicroarchitecture end
@@ -49,6 +50,7 @@ abstract type Montecito <: IntelMicroarchitecture end
4950
export 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,

0 commit comments

Comments
 (0)