Forráskód Böngészése

* use generic round, the ppc-specific one is buggy

Jonas Maebe 21 éve
szülő
commit
edbec6f2b4
1 módosított fájl, 6 hozzáadás és 1 törlés
  1. 6 1
      rtl/powerpc/math.inc

+ 6 - 1
rtl/powerpc/math.inc

@@ -130,6 +130,7 @@ const
 {$endif not FPC_SYSTEM_HAS_TRUNC}
 {$endif not FPC_SYSTEM_HAS_TRUNC}
 
 
 
 
+(*
 {$ifndef FPC_SYSTEM_HAS_ROUND}
 {$ifndef FPC_SYSTEM_HAS_ROUND}
     {$define FPC_SYSTEM_HAS_ROUND}
     {$define FPC_SYSTEM_HAS_ROUND}
 {$ifdef hascompilerproc}
 {$ifdef hascompilerproc}
@@ -226,6 +227,7 @@ const
 .LRoundPositive:
 .LRoundPositive:
       end;
       end;
 {$endif not FPC_SYSTEM_HAS_ROUND}
 {$endif not FPC_SYSTEM_HAS_ROUND}
+*)
 
 
 
 
 {****************************************************************************
 {****************************************************************************
@@ -316,7 +318,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.34  2004-10-09 21:00:46  jonas
+  Revision 1.35  2004-11-07 19:09:02  jonas
+    * use generic round, the ppc-specific one is buggy
+
+  Revision 1.34  2004/10/09 21:00:46  jonas
     + cgenmath with libc math functions. Faster than the routines in genmath
     + cgenmath with libc math functions. Faster than the routines in genmath
       and also have full double support (exp() only has support for values in
       and also have full double support (exp() only has support for values in
       the single range in genmath, for example). Used in FPC_USE_LIBC is
       the single range in genmath, for example). Used in FPC_USE_LIBC is