summaryrefslogtreecommitdiff
path: root/infra/nnfw/cmake/buildtool/config/config_x86_64-linux.cmake
diff options
context:
space:
mode:
authorChunseok Lee <chunseok.lee@samsung.com>2020-03-04 18:09:24 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2020-03-04 18:09:24 +0900
commit302e6564a7a76109e1178207e44e45a58631c477 (patch)
tree6cc4bd95e5e438331fc2c53234af4ed0e0f3bc20 /infra/nnfw/cmake/buildtool/config/config_x86_64-linux.cmake
parentbd11b24234d7d43dfe05a81c520aa01ffad06e42 (diff)
downloadnnfw-edf3369046618ffef076192014717df4995dd8f2.tar.gz
nnfw-edf3369046618ffef076192014717df4995dd8f2.tar.bz2
nnfw-edf3369046618ffef076192014717df4995dd8f2.zip
Diffstat (limited to 'infra/nnfw/cmake/buildtool/config/config_x86_64-linux.cmake')
-rw-r--r--infra/nnfw/cmake/buildtool/config/config_x86_64-linux.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/nnfw/cmake/buildtool/config/config_x86_64-linux.cmake b/infra/nnfw/cmake/buildtool/config/config_x86_64-linux.cmake
new file mode 100644
index 000000000..528e48396
--- /dev/null
+++ b/infra/nnfw/cmake/buildtool/config/config_x86_64-linux.cmake
@@ -0,0 +1,12 @@
+#
+# x86_64 linux compile options
+#
+message(STATUS "Building for x86-64 Linux")
+
+# include linux common
+include("cmake/buildtool/config/config_linux.cmake")
+
+# SIMD for x86
+set(FLAGS_COMMON ${FLAGS_COMMON}
+ "-msse4"
+ )