[PATCH] D48184: [Power9] [CLANG] Add __float128 exponent GET and SET builtins

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 19 12:13:29 PDT 2018


lei added inline comments.


================
Comment at: include/clang/Basic/BuiltinsPPC.def:426
 
 // Float 128 built-ins
 BUILTIN(__builtin_sqrtf128_round_to_odd, "LLdLLd", "")
----------------
I think this should be `Float128`


https://reviews.llvm.org/D48184





More information about the llvm-commits mailing list