From 16fc31044f3b202200a6f03a538cda5f985bbecb Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 4 Apr 2024 15:50:18 +0800 Subject: Update xed to v2024.04.01 --- arch/x86/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86/CMakeLists.txt') 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}) -- cgit v1.3.1