We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fa8a8 commit 324c3ccCopy full SHA for 324c3cc
CMakeLists.txt
@@ -80,7 +80,7 @@ include("cmake/toml.cmake")
80
add_library(svs_x86_options_base INTERFACE)
81
add_library(svs::x86_options_base ALIAS svs_x86_options_base)
82
if(CMAKE_SYSTEM_PROCESSOR MATCHES "(x86)|(X86)|(amd64)|(AMD64)")
83
- target_compile_options(svs_x86_options_base INTERFACE -march=ivybridge -mtune=ivybridge)
+ target_compile_options(svs_x86_options_base INTERFACE -march=x86-64 -mtune=generic)
84
include("cmake/multi-arch.cmake")
85
endif()
86
include/svs/third-party/eve.h
@@ -16,7 +16,6 @@
16
17
#pragma once
18
19
-#include "eve/detection.hpp"
20
#include "eve/module/core.hpp"
21
#include "eve/wide.hpp"
22
0 commit comments