* fixed <> comparisons with NaNs (use LLVM "unordered" comparison: succeed

if either operand is a NaN)

git-svn-id: trunk@40602 -
This commit is contained in:
Jonas Maebe 2018-12-21 20:57:12 +00:00
parent 430ec7bbe4
commit c55ffa8cc7

View File

@ -261,7 +261,7 @@ implementation
equaln:
llvmfpcmp:=lfc_oeq;
unequaln:
llvmfpcmp:=lfc_one;
llvmfpcmp:=lfc_une;
else
internalerror(2015031506);
end;