[PATCH] D25403: [CUDA] Mark __libcpp_{isnan, isinf, isfinite} as constexpr.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 26 16:34:15 PDT 2016


jlebar added a comment.

So, good news -- these three builtins are already constexpr-evaluatable.  :)

I'll add a test.


https://reviews.llvm.org/D25403





More information about the cfe-commits mailing list