[PATCH] D25480: __builtin_fpclassify missing one int parameter

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 11 12:03:52 PDT 2016


ahatanak added a comment.

__builtin_fpclassify takes five int arguments followed by one last argument that is of floating point type. Do you know if there is a way to specify the last one argument is a floating point rather than using '.'?


https://reviews.llvm.org/D25480





More information about the cfe-commits mailing list