summaryrefslogtreecommitdiff
path: root/generic/include/clc/clc.h
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2012-05-29 00:42:38 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2012-05-29 00:42:38 +0000
commit33a274aec50983bd9fc96f0e1a302bfdf5b473cd (patch)
tree59551e855c142af078d48026b2007de2dbfdde9a /generic/include/clc/clc.h
parent39a6da01aa22695d690177600f41448342345c6a (diff)
Implement mad builtin.
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@157599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'generic/include/clc/clc.h')
-rw-r--r--generic/include/clc/clc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/include/clc/clc.h b/generic/include/clc/clc.h
index 0e640ba..3b78d29 100644
--- a/generic/include/clc/clc.h
+++ b/generic/include/clc/clc.h
@@ -38,6 +38,7 @@
#include <clc/math/fabs.h>
#include <clc/math/log.h>
#include <clc/math/log2.h>
+#include <clc/math/mad.h>
#include <clc/math/sin.h>
#include <clc/math/sqrt.h>
#include <clc/math/native_cos.h>