A not equal for an unordered relation should return true as specified in IEEE-754, e.g.,
NAN != NAN ? 1 : 0 should return 1. Also fix the case for complex. llvm-svn: 102598
Loading
Please register or sign in to comment
NAN != NAN ? 1 : 0 should return 1. Also fix the case for complex. llvm-svn: 102598