浏览代码

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

Jonas Maebe 21 年之前
父节点
当前提交
edbec6f2b4
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      rtl/powerpc/math.inc

+ 6 - 1
rtl/powerpc/math.inc

@@ -130,6 +130,7 @@ const
 {$endif not FPC_SYSTEM_HAS_TRUNC}
 
 
+(*
 {$ifndef FPC_SYSTEM_HAS_ROUND}
     {$define FPC_SYSTEM_HAS_ROUND}
 {$ifdef hascompilerproc}
@@ -226,6 +227,7 @@ const
 .LRoundPositive:
       end;
 {$endif not FPC_SYSTEM_HAS_ROUND}
+*)
 
 
 {****************************************************************************
@@ -316,7 +318,10 @@ end;
 
 {
   $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
       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