|
From: <CW...@us...> - 2012-03-24 23:12:43
|
Revision: 1513
http://graphics32.svn.sourceforge.net/graphics32/?rev=1513&view=rev
Author: CWBudde
Date: 2012-03-24 23:12:37 +0000 (Sat, 24 Mar 2012)
Log Message:
-----------
* enabled available x64 assembler optimizations by default
Modified Paths:
--------------
trunk/Source/GR32_Compiler.inc
Modified: trunk/Source/GR32_Compiler.inc
===================================================================
--- trunk/Source/GR32_Compiler.inc 2012-03-24 23:11:29 UTC (rev 1512)
+++ trunk/Source/GR32_Compiler.inc 2012-03-24 23:12:37 UTC (rev 1513)
@@ -342,7 +342,7 @@
{$ENDIF}
{$IFDEF TARGET_x64}
- {$DEFINE PUREPASCAL}
+ {-$DEFINE PUREPASCAL}
{$ENDIF}
{$IFDEF DARWIN}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|