Add CLFLUSH intrinsic call

Change-Id: Ibebd88b7347b53fbb6dd8563501ee7699ce7ff89
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2019-08-06 21:58:28 -07:00
parent 5a8b6f332b
commit 11c601b4ef
11 changed files with 83 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ macro(create_project_source_tree target)
endmacro()
macro(create_project_source_tree_with_exports target exports_filename)
create_project_source_tree(${target})
create_project_source_tree(${target} ${ARGN})
if(MSVC)
if(NOT "${exports_filename}" STREQUAL "")
source_group("exports" FILES "${exports_filename}")