diff options
author | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-07-20 11:28:55 (GMT) |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-07-20 16:35:39 (GMT) |
commit | 42267701edd266463c90cec82d45022446a2606a (patch) | |
tree | 6dc3e55f1e8f36de9ef3fe64d8b2a92d53cc0916 /config.tests/unix/ssse3/ssse3.pro | |
parent | bd351c2119bf5fed3b5457a3df9fa82e4cd7863b (diff) | |
download | Qt-42267701edd266463c90cec82d45022446a2606a.zip Qt-42267701edd266463c90cec82d45022446a2606a.tar.gz Qt-42267701edd266463c90cec82d45022446a2606a.tar.bz2 |
Add support for more vector instructions on x86
Add the configuration, autodetection, and the #define for vector
instructions on x86. The configuration has been extended with SSE3,
SSSE3, SSE4.1, SSE4.2 and AVX.
Reviewed-by: Andreas Kling
Diffstat (limited to 'config.tests/unix/ssse3/ssse3.pro')
-rw-r--r-- | config.tests/unix/ssse3/ssse3.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.tests/unix/ssse3/ssse3.pro b/config.tests/unix/ssse3/ssse3.pro new file mode 100644 index 0000000..4864267 --- /dev/null +++ b/config.tests/unix/ssse3/ssse3.pro @@ -0,0 +1,3 @@ +SOURCES = ssse3.cpp +CONFIG -= x11 qt +mac:CONFIG -= app_bundle |