hostsupport/hostopenvg/src/riRasterizer.h
branchbug235_bringup_0
changeset 73 11fc086941ac
parent 53 c2ef9095503a
--- a/hostsupport/hostopenvg/src/riRasterizer.h	Tue Nov 02 09:46:02 2010 +0000
+++ b/hostsupport/hostopenvg/src/riRasterizer.h	Mon Nov 08 15:39:31 2010 +0000
@@ -55,7 +55,6 @@
 // \todo SSE2 probably has everything necessary and matches the minimum platform requirements.
 // SSE4 is probably too new. SSE3?
 // \note This will cause the code to not compile on MSVC...
-#define USE_SSE2
 
 #if defined(USE_SSE2)
 // \todo only the last include is needed: QT creator does not find types if others not included.