Added
__builtin_vsx_scalar_extract_expq __builtin_vsx_scalar_insert_exp_qp
Builtins should behave the same way as in GCC.
Differential D48185
[Power9] [LLVM] Add __float128 exponent GET and SET builtins stefanp on Jun 14 2018, 11:58 AM. Authored by
Details Added __builtin_vsx_scalar_extract_expq __builtin_vsx_scalar_insert_exp_qp Builtins should behave the same way as in GCC.
Diff Detail Event TimelineComment Actions Can you put a link in the description of the patch as to where the GCC builtins are documented (if such a document exists). The naming seems inconsistent and I don't see it at https://gcc.gnu.org/onlinedocs/gcc-8.1.0/gcc/PowerPC-Built-in-Functions.html. Comment Actions I looked into the naming of those builtins. 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.
|
indent by 2 here.