Add fma, hypot builtins.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 29 May 2012 13:35:28 +0000 (13:35 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 29 May 2012 13:35:28 +0000 (13:35 +0000)
commitde7227e5bd8427c99a494f53f30ddc52ba9ea1b6
treeb56427977eba7ec8d6e112234b71c8facdd8fa9b
parent58107dd547a883927c9be9a92b8396a7700685d9
Add fma, hypot builtins.

llvm-svn: 157613
libclc/generic/include/clc/clc.h
libclc/generic/include/clc/math/fma.h [new file with mode: 0644]
libclc/generic/include/clc/math/hypot.h [new file with mode: 0644]
libclc/generic/include/clc/math/hypot.inc [new file with mode: 0644]
libclc/generic/include/clc/math/ternary_intrin.inc [new file with mode: 0644]
libclc/generic/lib/SOURCES
libclc/generic/lib/math/hypot.cl [new file with mode: 0644]
libclc/generic/lib/math/hypot.inc [new file with mode: 0644]