index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libclc
/
generic
/
include
/
clc
/
math
/
exp.h
blob: dbc4b841796e4768a9d945e5073e573fe89de118 (
plain
)
1
2
3
4
#undef exp // exp(x) = exp2(x * log2(e) #define exp(val) (__clc_exp2((val) * 1.44269504f))