瀏覽代碼

* fixed default rounding mode

Jonas Maebe 21 年之前
父節點
當前提交
296013d111
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      rtl/powerpc/powerpc.inc

+ 7 - 1
rtl/powerpc/powerpc.inc

@@ -44,6 +44,9 @@ asm
   mtfsb0 21
   mtfsb0 22
   mtfsb0 23
+  
+  { round .5-cases towards +infinity }
+  mtfsb1 30
 {$endif fpc_mtfsb0_corrected}
 
   { enable invalid operations and division by zero exceptions. }
@@ -1137,7 +1140,10 @@ end;
 
 {
   $Log$
-  Revision 1.69  2004-10-19 18:51:15  jonas
+  Revision 1.70  2004-10-24 14:20:21  jonas
+    * fixed default rounding mode
+
+  Revision 1.69  2004/10/19 18:51:15  jonas
     + "nostackframe" modifier, because the automatic detection in the
       compiler to determine that a stack frame is not needed no longer works