[compiler-rt] [compiler-rt][nsan] Add support for nan detection (PR #101531)

via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 25 23:15:58 PDT 2024


cseslowpoke wrote:

I think it's because `std::isnan` doesn't provide a version for `__float128`, so we may need to find an alternative way to check for `nan`.

https://github.com/llvm/llvm-project/pull/101531


More information about the llvm-commits mailing list