aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2016-07-05 12:28:56 +0200
committerArne Juul <arnej@yahoo-inc.com>2016-07-05 12:28:56 +0200
commitb61fb1bfc7ab029a0adad5491e6f07681fda9686 (patch)
tree355135716ff17c7e51cced4c7cdeb5fd303bf924 /staging_vespalib
parent97013f5634b9314c1e09417a3fecb69b583536f8 (diff)
add compiler flags specific for one source file
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt b/staging_vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt
index da1b76090a0..eb59210d413 100644
--- a/staging_vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt
+++ b/staging_vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt
@@ -7,3 +7,4 @@ vespa_add_library(staging_vespalib_vespalib_hwaccelrated OBJECT
avx.cpp
DEPENDS
)
+set_source_files_properties(avx.cpp PROPERTIES COMPILE_FLAGS -march=sandybridge)