mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 19:39:20 +02:00
* changed ppureal from extended into bestreal -> units cross-compiled
from architectures with a larger maximum floating point precision for an architecture with a smaller maximum fp precision can also be used by native compilers on the target architectures (final fix for mantis #9165) git-svn-id: trunk@11076 -
This commit is contained in:
parent
26575472b6
commit
dcbd0a3ea2
@ -156,7 +156,8 @@ const
|
||||
|
||||
|
||||
type
|
||||
ppureal=extended;
|
||||
{ bestreal is defined based on the target architecture }
|
||||
ppureal=bestreal;
|
||||
|
||||
tppuerror=(ppuentrytoobig,ppuentryerror);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user