summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc/math/exp2.h
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2012-05-29 00:42:29 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2012-05-29 00:42:29 +0000
commitd3c242ae642e3a88b5e6421b5637e48a051e8a5c (patch)
treeba204f1adcedb2cea9f66e434510bce1606aa616 /libclc/generic/include/clc/math/exp2.h
parent8b3721b01d0a8f364309a5c2af411434dae6c484 (diff)
downloadbcm5719-llvm-d3c242ae642e3a88b5e6421b5637e48a051e8a5c.tar.gz
bcm5719-llvm-d3c242ae642e3a88b5e6421b5637e48a051e8a5c.zip
Implement exp, exp2, log, log2, native_exp, native_exp2, native_log,
native_log2. Patch by Joshua Cranmer! llvm-svn: 157598
Diffstat (limited to 'libclc/generic/include/clc/math/exp2.h')
-rw-r--r--libclc/generic/include/clc/math/exp2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libclc/generic/include/clc/math/exp2.h b/libclc/generic/include/clc/math/exp2.h
new file mode 100644
index 00000000000..fe916338290
--- /dev/null
+++ b/libclc/generic/include/clc/math/exp2.h
@@ -0,0 +1,6 @@
+#undef exp2
+#define exp2 __clc_exp2
+
+#define FUNCTION __clc_exp2
+#define INTRINSIC "llvm.exp2"
+#include <clc/math/unary_intrin.inc>
OpenPOWER on IntegriCloud