From a0cccceb3e99dc5ff1b2cef60e0f7f67d79728c2 Mon Sep 17 00:00:00 2001 From: Haoliang Zhu Date: Wed, 3 Jan 2024 09:47:36 +0800 Subject: [PATCH] [enhancement] workload-xsave: Add cmake build support 1. Based on the instruction set supported by the CPU, selectively compile the source files. Signed-off-by: Haoliang Zhu --- workload-xsave/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/workload-xsave/CMakeLists.txt b/workload-xsave/CMakeLists.txt index 648785e7..139e2f6a 100644 --- a/workload-xsave/CMakeLists.txt +++ b/workload-xsave/CMakeLists.txt @@ -21,7 +21,6 @@ endif() # Set the source files set(SRC yogini.c - yogini.h work_UMWAIT.c work_TPAUSE.c work_RDTSC.c @@ -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)