diff options
| author | Avery <30564701+nullableVoidPtr@users.noreply.github.com> | 2026-02-24 14:52:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-23 22:52:19 -0800 |
| commit | 3eda43f185a0411538745a99e251122e6a9192e0 (patch) | |
| tree | e31b035427a37981ae847aa58d7b84669e60a829 /arch/x86/CMakeLists.txt | |
| parent | 13fccf3aff2cd0de371ac75fd2840c75bf9033f2 (diff) | |
[x86] Intel APX support (#6423)
Co-authored-by: Mason Reed <mason@vector35.com>
Diffstat (limited to 'arch/x86/CMakeLists.txt')
| -rw-r--r-- | arch/x86/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/CMakeLists.txt b/arch/x86/CMakeLists.txt index 70dd24cb..e888c0fd 100644 --- a/arch/x86/CMakeLists.txt +++ b/arch/x86/CMakeLists.txt @@ -47,7 +47,7 @@ target_include_directories(arch_x86 PRIVATE ${PROJECT_BINARY_DIR}/obj/include-private) add_compile_definitions(XED_DECODER XED_AMD_ENABLED XED_VIA_ENABLED XED_AVX XED_SUPPORTS_AVX512 - XED_MPX XED_CET XED_SUPPORTS_SHA XED_SUPPORTS_WBNOINVD) + XED_MPX XED_CET XED_SUPPORTS_SHA XED_SUPPORTS_WBNOINVD XED_APX) target_link_libraries(arch_x86 binaryninjaapi) |
