[PATCH] D18639: Use __builtin_isnan/isinf/isfinite in complex

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 21 06:59:16 PDT 2016


mclow.lists added a comment.

And is there any reason why `__libcpp_isinf` can't just return `false` for non-fp types?


https://reviews.llvm.org/D18639





More information about the cfe-commits mailing list