]> granicus.if.org Git - clang/commit
[Power9] [CLANG] Add __float128 support for trunc to double round to odd
authorStefan Pintilie <stefanp@ca.ibm.com>
Mon, 9 Jul 2018 20:09:52 +0000 (20:09 +0000)
committerStefan Pintilie <stefanp@ca.ibm.com>
Mon, 9 Jul 2018 20:09:52 +0000 (20:09 +0000)
commit2098bf010ac1d68a9378edc1a04fda31812158d9
treedf990623623717cd791c3452c36fac08b61abee4
parent500eccb77e6a768d61ce43490a3e1842466d75df
[Power9] [CLANG] Add __float128 support for trunc to double round to odd

Add support for this builtin:
double builtin_truncf128_round_to_odd(float128)

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336596 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsPPC.def
test/CodeGen/builtins-ppc-p9-f128.c