summaryrefslogtreecommitdiffstats
path: root/config.tests/common/avx512/avx512.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-07-31 12:51:38 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-08-02 16:38:00 +0000
commitb0060d1056d6d1752d91652261de97db909c7862 (patch)
tree6f4a13108e51d349617e708a16ea13b00e9546e0 /config.tests/common/avx512/avx512.pro
parentf54f7d847099db448223fd630c5416b6fbd84c9e (diff)
configure: un-namespace remaining non-inline configure tests
only few tests remain, and many of these were mis-classified anyway. Change-Id: Ic3bc96928a0c79fe77b9ec10e6508d4822f18df2 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'config.tests/common/avx512/avx512.pro')
-rw-r--r--config.tests/common/avx512/avx512.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.tests/common/avx512/avx512.pro b/config.tests/common/avx512/avx512.pro
deleted file mode 100644
index 1edf5e5432..0000000000
--- a/config.tests/common/avx512/avx512.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-SOURCES = avx512.cpp
-
-!defined(AVX512, "var"): error("You must set the AVX512 variable!")
-
-varname = QMAKE_CFLAGS_AVX512$$AVX512
-value = $$eval($$varname)
-!defined($$varname, "var"): error("This compiler does not support AVX512")
-
-QMAKE_CXXFLAGS += $$value
-DEFINES += AVX512WANT=$$AVX512