소스 검색

* USECMOV activated

florian 20 년 전
부모
커밋
1323b56132
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      compiler/fpcdefs.inc

+ 6 - 1
compiler/fpcdefs.inc

@@ -49,6 +49,7 @@
   {$define x86}
   {$define cpuflags}
   {$define cpuextended}
+  {$define USECMOV}
 {$endif i386}
 
 {$ifdef x86_64}
@@ -58,6 +59,7 @@
   {$define cpuextended}
   {$define cpufloat128}
   {$define cputargethasfixedstack}
+  {$define USECMOV}
 {$endif x86_64}
 
 {$ifdef alpha}
@@ -93,7 +95,10 @@
 
 {
   $Log$
-  Revision 1.50  2005-02-26 01:26:59  jonas
+  Revision 1.51  2005-03-20 21:41:29  florian
+    * USECMOV activated
+
+  Revision 1.50  2005/02/26 01:26:59  jonas
     * fixed generic jumps optimizer and enabled it for ppc (the label table
       was not being initialised -> getfinaldestination always failed, which
       caused wrong optimizations in some cases)