mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 13:09:35 +02:00
* software_rounding_mode -> softfloat_rounding_mode.
git-svn-id: trunk@27219 -
This commit is contained in:
parent
295e795a0a
commit
bce33ee063
@ -82,7 +82,7 @@ function SetRoundMode(const RoundMode: TFPURoundingMode): TFPURoundingMode;
|
||||
var
|
||||
mode : DWord;
|
||||
begin
|
||||
software_rounding_mode:=RoundMode;
|
||||
softfloat_rounding_mode:=RoundMode;
|
||||
case (RoundMode) of
|
||||
rmNearest :
|
||||
begin
|
||||
|
@ -82,7 +82,7 @@ function SetRoundMode(const RoundMode: TFPURoundingMode): TFPURoundingMode;
|
||||
var
|
||||
mode : DWord;
|
||||
begin
|
||||
software_rounding_mode:=RoundMode;
|
||||
softfloat_rounding_mode:=RoundMode;
|
||||
case (RoundMode) of
|
||||
rmNearest :
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user