Implement mad builtin.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 29 May 2012 00:42:38 +0000 (00:42 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 29 May 2012 00:42:38 +0000 (00:42 +0000)
commitb7fdecd2ec18db04489b958b23ab74f1fc8e5693
tree46e3a93bf450a33c770e44f0f05b334d98911e66
parentd3c242ae642e3a88b5e6421b5637e48a051e8a5c
Implement mad builtin.

llvm-svn: 157599
libclc/generic/include/clc/clc.h
libclc/generic/include/clc/math/gentype.inc [new file with mode: 0644]
libclc/generic/include/clc/math/mad.h [new file with mode: 0644]
libclc/generic/include/clc/math/mad.inc [new file with mode: 0644]
libclc/generic/lib/SOURCES
libclc/generic/lib/math/mad.cl [new file with mode: 0644]
libclc/generic/lib/math/mad.inc [new file with mode: 0644]