summaryrefslogtreecommitdiff
path: root/arch/x86/CMakeLists.txt
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2024-04-04 15:50:18 +0800
committerXusheng <xusheng@vector35.com>2024-04-10 19:58:15 +0800
commit16fc31044f3b202200a6f03a538cda5f985bbecb (patch)
treec6a769b4015d40660bfbb1f64e8a833b1a58e477 /arch/x86/CMakeLists.txt
parentf2f976e7d1c8d818f512f66179f93fa575eab3c3 (diff)
Update xed to v2024.04.01
Diffstat (limited to 'arch/x86/CMakeLists.txt')
-rw-r--r--arch/x86/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/CMakeLists.txt b/arch/x86/CMakeLists.txt
index 574969c0..3b2b9a69 100644
--- a/arch/x86/CMakeLists.txt
+++ b/arch/x86/CMakeLists.txt
@@ -31,7 +31,7 @@ file(GLOB SOURCES *.cpp *.h
# Note to who updates xed: the path replacement file may change, search for its name in the xed directory to find its
# newest location
list(REMOVE_ITEM SOURCES ${PROJECT_SOURCE_DIR}/xed/src/common/xed-operand-values-interface-repl.c)
-list(APPEND SOURCES ${PROJECT_SOURCE_DIR}/xed/datafiles/knc/xed-operand-values-interface-uisa.c)
+list(APPEND SOURCES ${PROJECT_SOURCE_DIR}/xed/datafiles/avx512f/xed-operand-values-interface-uisa.c)
if(DEMO)
add_library(arch_x86 STATIC ${SOURCES})