update gen9 and gen11 support flags
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
parent
1f9960b305
commit
df4bec03e8
|
@ -4,6 +4,11 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if(WIN32)
|
||||||
|
set(SUPPORT_GEN8 FALSE CACHE BOOL "Support Gen8 devices" FORCE)
|
||||||
|
set(SUPPORT_GEN9 FALSE CACHE BOOL "Support Gen9 devices" FORCE)
|
||||||
|
set(SUPPORT_GEN11 FALSE CACHE BOOL "Support Gen11 devices" FORCE)
|
||||||
|
endif()
|
||||||
SET_FLAGS_FOR("GEN8" "BDW")
|
SET_FLAGS_FOR("GEN8" "BDW")
|
||||||
SET_FLAGS_FOR("GEN9" "SKL" "KBL" "BXT" "GLK" "CFL")
|
SET_FLAGS_FOR("GEN9" "SKL" "KBL" "BXT" "GLK" "CFL")
|
||||||
SET_FLAGS_FOR("GEN11" "ICLLP" "LKF" "EHL")
|
SET_FLAGS_FOR("GEN11" "ICLLP" "LKF" "EHL")
|
||||||
|
|
Loading…
Reference in New Issue