[opengtl-commits] [658] enable SSE (sounds like it's working with llvm 2.5) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 658
Author: cyrille
Date: 2009-03-17 21:14:17 +0100 (Tue, 17 Mar 2009)
Log Message:
-----------
enable SSE (sounds like it's working with llvm 2.5)
Modified Paths:
--------------
trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.cpp
Modified: trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.cpp
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.cpp 2009-03-17 19:51:49 UTC (rev 657)
+++ trunk/OpenGTL/OpenGTL/GTLCore/VirtualMachine_p.cpp 2009-03-17 20:14:17 UTC (rev 658)
@@ -45,7 +45,7 @@
VirtualMachine::VirtualMachine() : d(new Private)
{
d->executionEngine = 0;
-#if 1
+#if 0
char** argv = new char*[2];
argv[0] = const_cast<char*>( "GTLVM");
argv[1] = const_cast<char*>( "-mattr=-3dnow,-3dnowa,-mmx,-sse,-sse2,-sse3,-ssse3" ); // WE ARE NOT AT A HACK MORE