summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-04-24 14:53:45 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-06 22:36:08 +0200
commit3b00cc480400d47c59c29d3507c7fcdc9be2a489 (patch)
tree6ed56f78f50176db48fba1d9c43ab3ab99d2558d
parent319e90dcdde7e0867a528105193b0b26d2044f92 (diff)
Use the "gcc" feature in simd.prf
Matches the compiler capabilities better and will catch all GCC-like compilers (including Clang, LLVM and Intel CC on Unix). Task-number: QTBUG-38544 Change-Id: I102966d307a4e167b6dcf3da08359e656f3af45e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--mkspecs/features/simd.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/simd.prf b/mkspecs/features/simd.prf
index 4f86f60700..62a63f90ca 100644
--- a/mkspecs/features/simd.prf
+++ b/mkspecs/features/simd.prf
@@ -18,7 +18,7 @@ QT_CPU_FEATURES = $$eval(QT_CPU_FEATURES.$$QT_ARCH)
#
# Set up compilers for SIMD (SSE/AVX, NEON etc)
#
-*-g++*|intel_icc|*-clang*|*-qcc* {
+gcc { # includes intel_icc and clang variants
sse2 {
HEADERS += $$SSE2_HEADERS