[PATCH] D60220: [CUDA][Windows] Final fix for bug 38811 (Step 3 of 3)

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 29 10:36:07 PDT 2019


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





More information about the cfe-commits mailing list