Skip to content

Commit 8bdd8c1

Browse files
Update intel_processors_xeon.jl
1 parent 5bab970 commit 8bdd8c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platforms/intel/intel_processors_xeon.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ abstract type IntelXeon_E_2286M <: IntelXeon_E end; export IntelXeon_E_2286M
545545
abstract type IntelXeon_E5_2667V4 <: IntelXeon_E5_v4 end; export IntelXeon_E5_2667V4
546546
abstract type IntelXeon_E5_2680V4 <: IntelXeon_E5_v4 end; export IntelXeon_E5_2680V4
547547
abstract type IntelXeon_E5_2683V4 <: IntelXeon_E5_v4 end; export IntelXeon_E5_2683V4
548+
abstract type IntelXeon_E5_2686V4 <: IntelXeon_E5_v4 end; export IntelXeon_E5_2686V4
548549
abstract type IntelXeon_E5_2687WV4 <: IntelXeon_E5_v4 end; export IntelXeon_E5_2687WV4
549550
abstract type IntelXeon_E5_2690V4 <: IntelXeon_E5_v4 end; export IntelXeon_E5_2690V4
550551
abstract type IntelXeon_E5_2695V4 <: IntelXeon_E5_v4 end; export IntelXeon_E5_2695V4
@@ -754,4 +755,4 @@ abstract type IntelXeon_E_2286M <: IntelXeon_E end; export IntelXeon_E_2286M
754755
abstract type IntelXeon_E3_1245 <: IntelXeon_E3 end; export IntelXeon_E3_1245
755756
abstract type IntelXeon_E3_1270 <: IntelXeon_E3 end; export IntelXeon_E3_1270
756757
abstract type IntelXeon_E3_1275 <: IntelXeon_E3 end; export IntelXeon_E3_1275
757-
abstract type IntelXeon_E3_1280 <: IntelXeon_E3 end; export IntelXeon_E3_1280
758+
abstract type IntelXeon_E3_1280 <: IntelXeon_E3 end; export IntelXeon_E3_1280

0 commit comments

Comments
 (0)