Skip to content

Commit 324c3cc

Browse files
authored
ISA dispatcher update (#144)
Update the base arch to generic and remove the unused eve file that causes issues on non-AVX machine.
1 parent 78fa8a8 commit 324c3cc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ include("cmake/toml.cmake")
8080
add_library(svs_x86_options_base INTERFACE)
8181
add_library(svs::x86_options_base ALIAS svs_x86_options_base)
8282
if(CMAKE_SYSTEM_PROCESSOR MATCHES "(x86)|(X86)|(amd64)|(AMD64)")
83-
target_compile_options(svs_x86_options_base INTERFACE -march=ivybridge -mtune=ivybridge)
83+
target_compile_options(svs_x86_options_base INTERFACE -march=x86-64 -mtune=generic)
8484
include("cmake/multi-arch.cmake")
8585
endif()
8686

include/svs/third-party/eve.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
#pragma once
1818

19-
#include "eve/detection.hpp"
2019
#include "eve/module/core.hpp"
2120
#include "eve/wide.hpp"
2221

0 commit comments

Comments
 (0)