]> granicus.if.org Git - clang/commit
Add codegen support for the fma/fmal/fmaf builtins.
authorCameron Zwarich <zwarich@apple.com>
Fri, 8 Jul 2011 21:39:34 +0000 (21:39 +0000)
committerCameron Zwarich <zwarich@apple.com>
Fri, 8 Jul 2011 21:39:34 +0000 (21:39 +0000)
commit094240ab184c3ca4b94e9d7eac80fcd34d8dd30c
tree8fa8ee4cd326eb99607e992b866d868896921b59
parent54cf341bd4145e5e31f91c5777fcdaf3f2400537
Add codegen support for the fma/fmal/fmaf builtins.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134743 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Builtins.def
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/libcalls.c