From a1b30b49ef09bef2e97b9a0622bf7ad622678fee Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 29 Dec 2011 19:24:54 -0200 Subject: Remove detection for MMX support and related technology This also removes the check for SSE, but the check for SSE2 and further technologies is kept. If SSE2 is present, then SSE is too. We don't have any code that uses the original SSE instructions only. Remove the CMOV detection, since we don't use that anywhere and we're not likely to ever use them.. Change-Id: I3faf2c555ad1c007c52a54644138902f716c1fe1 Reviewed-by: Oswald Buddenhagen --- config.tests/unix/3dnow/3dnow.pro | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 config.tests/unix/3dnow/3dnow.pro (limited to 'config.tests/unix/3dnow/3dnow.pro') diff --git a/config.tests/unix/3dnow/3dnow.pro b/config.tests/unix/3dnow/3dnow.pro deleted file mode 100644 index 90a8a191dc..0000000000 --- a/config.tests/unix/3dnow/3dnow.pro +++ /dev/null @@ -1,3 +0,0 @@ -SOURCES = 3dnow.cpp -CONFIG -= x11 qt -mac:CONFIG -= app_bundle -- cgit v1.2.3