diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2012-05-29 17:42:56 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2012-05-29 17:42:56 +0000 |
commit | 257a3ba282147a947c8e0e5540d299cc65e82471 (patch) | |
tree | 4a2517432e93400ca281e13b8f687c45c273e358 /generic/include/clc/clc.h | |
parent | 65f1c28f5dab19b12b3a00abd558bed9640901ba (diff) |
Add pow builtin.
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@157629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'generic/include/clc/clc.h')
-rw-r--r-- | generic/include/clc/clc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/include/clc/clc.h b/generic/include/clc/clc.h index 2833871..b0cbd4a 100644 --- a/generic/include/clc/clc.h +++ b/generic/include/clc/clc.h @@ -41,6 +41,7 @@ #include <clc/math/log.h> #include <clc/math/log2.h> #include <clc/math/mad.h> +#include <clc/math/pow.h> #include <clc/math/sin.h> #include <clc/math/sqrt.h> #include <clc/math/native_cos.h> |