[PATCH] D48185: [Power9] [LLVM] Add __float128 exponent GET and SET builtins

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 10:17:33 PDT 2018


stefanp added a comment.

I looked into the naming of those builtins.
GCC does document the overloaded versions of those functions:
`scalar_extract_exp` for `__builtin_vsx_scalar_extract_expq`
`scalar_insert_exp` for `__builtin_vsx_scalar_insert_exp_qp`

We could add wrappers to these builtins the way that they do or we could (at least for now) just put in the `__builtin` versions.


https://reviews.llvm.org/D48185





More information about the llvm-commits mailing list