[Power9] Add __float128 builtins for Round To Odd
authorStefan Pintilie <stefanp@ca.ibm.com>
Mon, 9 Jul 2018 18:50:40 +0000 (18:50 +0000)
committerStefan Pintilie <stefanp@ca.ibm.com>
Mon, 9 Jul 2018 18:50:40 +0000 (18:50 +0000)
commit3dbde8a77843bb92a1cda9b5c1ef975edf8a3145
treeb2d96d43e367dad592d9cc1cabf1de1f262f1f95
parent83a5fe146e0728a7e61c6f17b06a3a963c5b7e00
[Power9] Add __float128 builtins for Round To Odd

Add a number of builtins for __float128 Round To Odd.
This is the Clang portion of the builtins work.

Differential Revision: https://reviews.llvm.org/D47548

llvm-svn: 336579
clang/include/clang/Basic/BuiltinsPPC.def
clang/test/CodeGen/builtins-ppc-p9-f128.c [new file with mode: 0644]