mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 06:08:16 +02:00
* m68k extended size is 12
This commit is contained in:
parent
7dbe30ac55
commit
00d7da7aad
@ -26,7 +26,9 @@ Begin
|
||||
str(r,s);
|
||||
val(s,rr,code);
|
||||
{ calculate maximum possible precision }
|
||||
if sizeof(extended) = 10 then
|
||||
if sizeof(extended) = 12 then
|
||||
error := exp(17*ln(10))
|
||||
else if sizeof(extended) = 10 then
|
||||
error := exp(17*ln(10))
|
||||
else if sizeof(extended) = 8 then
|
||||
error := exp(14*ln(10))
|
||||
|
Loading…
Reference in New Issue
Block a user