mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
refactor: add DISABLE_32BIT_FLAGS_FOR macro
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d016c41825
commit
7e357fd1a4
@@ -211,6 +211,10 @@ macro(DISABLE_FLAGS_FOR CORE_TYPE)
|
||||
endforeach()
|
||||
endmacro()
|
||||
|
||||
macro(DISABLE_32BIT_FLAGS_FOR CORE_TYPE)
|
||||
DISABLE_FLAGS_FOR(${CORE_TYPE} ${ARGN})
|
||||
endmacro()
|
||||
|
||||
macro(DISABLE_WDDM_LINUX_FOR CORE_TYPE)
|
||||
if(SUPPORT_${CORE_TYPE})
|
||||
foreach(SKU_NAME ${ARGN})
|
||||
|
||||
Reference in New Issue
Block a user