tra added a comment.

In D60220#1725633 <https://reviews.llvm.org/D60220#1725633>, @dim wrote:

> Hm, I would really say that `__isnan` and the other `__` prefixed functions 
> are Linuxisms, or more accurately, glibc-isms.  They also don't exist on e.g. 
> macOS:
>
> Why can't the regular `isnan` be used instead?  Or is this a CUDA-specific 
> requirement?  (Apologies, but I know next to nothing about CUDA :) )


Well, that's what *CUDA* headers use, as written by NVIDIA. We have no control 
over them. :-(


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60220/new/

https://reviews.llvm.org/D60220



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to