* fixed default rounding mode

This commit is contained in:
Jonas Maebe 2004-10-24 14:20:21 +00:00
parent efca8005c9
commit 296013d111

View File

@ -44,6 +44,9 @@ asm
mtfsb0 21 mtfsb0 21
mtfsb0 22 mtfsb0 22
mtfsb0 23 mtfsb0 23
{ round .5-cases towards +infinity }
mtfsb1 30
{$endif fpc_mtfsb0_corrected} {$endif fpc_mtfsb0_corrected}
{ enable invalid operations and division by zero exceptions. } { enable invalid operations and division by zero exceptions. }
@ -1137,7 +1140,10 @@ end;
{ {
$Log$ $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 + "nostackframe" modifier, because the automatic detection in the
compiler to determine that a stack frame is not needed no longer works compiler to determine that a stack frame is not needed no longer works