Implement exp, exp2, log, log2, native_exp, native_exp2, native_log,
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 29 May 2012 00:42:29 +0000 (00:42 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 29 May 2012 00:42:29 +0000 (00:42 +0000)
commitd3c242ae642e3a88b5e6421b5637e48a051e8a5c
treeba204f1adcedb2cea9f66e434510bce1606aa616
parent8b3721b01d0a8f364309a5c2af411434dae6c484
Implement exp, exp2, log, log2, native_exp, native_exp2, native_log,
native_log2.  Patch by Joshua Cranmer!

llvm-svn: 157598
libclc/generic/include/clc/clc.h
libclc/generic/include/clc/math/exp.h [new file with mode: 0644]
libclc/generic/include/clc/math/exp2.h [new file with mode: 0644]
libclc/generic/include/clc/math/log.h [new file with mode: 0644]
libclc/generic/include/clc/math/log2.h [new file with mode: 0644]
libclc/generic/include/clc/math/native_exp.h [new file with mode: 0644]
libclc/generic/include/clc/math/native_exp2.h [new file with mode: 0644]
libclc/generic/include/clc/math/native_log.h [new file with mode: 0644]
libclc/generic/include/clc/math/native_log2.h [new file with mode: 0644]