llvm
llvm copied to clipboard
[POC] [DO NOT MERGE/JUDGE] std::nan support cmath in device only code.
Some users are wanting to reuse kernel code that contains std::nan("str");
declarations. At first I thought this impossible. But then...