Skip to content

Commit

Permalink
[enhancement] workload-xsave: Add cmake build support
Browse files Browse the repository at this point in the history
1. Based on the instruction set supported by the CPU, selectively compile the source files.
Signed-off-by: Haoliang Zhu <[email protected]>
  • Loading branch information
haoliang-Zhu committed Jan 3, 2024
1 parent 8f685b6 commit a0cccce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions workload-xsave/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ endif()
# Set the source files
set(SRC
yogini.c
yogini.h
work_UMWAIT.c
work_TPAUSE.c
work_RDTSC.c
Expand All @@ -31,12 +30,6 @@ set(SRC
# The source files here are not needed for now
# run_common.c
# work_GETCPU.c
# worker_init4.c
# worker_init_dotprod.c
# worker_init_amx.c
# worker_init_avx.c
# worker_init_avx2.c
# worker_init_sse.c
)

add_compile_definitions(CMAKE_FLAG=0)
Expand Down

0 comments on commit a0cccce

Please sign in to comment.