* synchronized with trunk

git-svn-id: branches/wasm@48071 -
This commit is contained in:
nickysn 2021-01-05 03:25:43 +00:00
commit d8aaa29cbc
3 changed files with 9 additions and 2 deletions
compiler/x86
rtl/arm
utils/fpdoc

View File

@ -143,7 +143,13 @@ implementation
A_VANDPS,
A_VUNPCKLPS,
A_VUNPCKHPS,
A_VSHUFPD:
A_VSHUFPD,
A_VREDUCEPD,
A_VREDUCEPS,
A_VREDUCESD,
A_VREDUCESS,
A_VROUNDSS,
A_VROUNDSD:
result:=true;
else
result:=false;

View File

@ -63,7 +63,7 @@ var
c: dword;
begin
softfloat_rounding_mode:=RoundMode;
Reslut:=GetRoundMode;
Result:=GetRoundMode;
c:=Ord(RoundMode) shl 16;
c:=_controlfp(c, _MCW_RC);
end;

View File

@ -714,6 +714,7 @@ begin
Engine.AddLink(FPathName,UTF8Encode(ResolveLinkIDInUnit(FLink,FModuleName)));
finally
L.Free;
ML.Free;
end;
end;