db5c478e70
The explict tests in the follwing fp comparison operations were incorrect as they checked for only signaling NaNs and not quite-NaNs as well. When compiled with gcc, the comparison generates a fp exception that causes the FE_INVALID flag to be set and we check for it, so even though the check was incorrect, the correct exception was set. With clang this behavior seems to not occur. The checks are updated to test for nans and the behavior is now correct with both clang and gcc. |
||
---|---|---|
.. | ||
decoder | ||
formats | ||
insts | ||
templates | ||
bitfields.isa | ||
copyright.txt | ||
includes.isa | ||
main.isa | ||
operands.isa |