From f5a7d88378ce7a4dac09e07b9a03e680d0edb799 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 31 May 2012 15:51:59 +0200 Subject: Move the AVX and SSE tests to config.tests/common This is the first step in supporting these checks on Windows. Change-Id: I77cfd46bd733161ad2e52c2f76a6354b95ff737d Reviewed-by: Oswald Buddenhagen --- config.tests/common/sse4_2/sse4_2.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.tests/common/sse4_2/sse4_2.pro (limited to 'config.tests/common/sse4_2/sse4_2.pro') diff --git a/config.tests/common/sse4_2/sse4_2.pro b/config.tests/common/sse4_2/sse4_2.pro new file mode 100644 index 0000000000..044eb197af --- /dev/null +++ b/config.tests/common/sse4_2/sse4_2.pro @@ -0,0 +1,5 @@ +SOURCES = sse4_2.cpp +CONFIG -= x11 qt +mac:CONFIG -= app_bundle +isEmpty(QMAKE_CFLAGS_SSE4_2):error("This compiler does not support SSE4.2") +else:QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_SSE4_2 -- cgit v1.2.3