mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 11:48:04 +02:00
* 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:
parent
430ec7bbe4
commit
c55ffa8cc7
@ -261,7 +261,7 @@ implementation
|
||||
equaln:
|
||||
llvmfpcmp:=lfc_oeq;
|
||||
unequaln:
|
||||
llvmfpcmp:=lfc_one;
|
||||
llvmfpcmp:=lfc_une;
|
||||
else
|
||||
internalerror(2015031506);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user