Jeroen Ketema 82aaa41286 Implementations for exp(float) and exp(double) v2
Use separate implementations instead of a macro
to ensure the constant multiplied with is of
higher precision.

v2: Use the correct formula, spotted by Dan Liew <daniel.liew@imperial.ac.uk>

Reviewed-by: Aaron Warty <awatry@gmail.com>
Reviewed-by: Tom Stellard <tom@stellard.net>
llvm-svn: 210891
2014-06-13 09:40:09 +00:00

49 lines
979 B
Plaintext

atomic/atomic_impl.ll
cl_khr_global_int32_base_atomics/atom_add.cl
cl_khr_global_int32_base_atomics/atom_dec.cl
cl_khr_global_int32_base_atomics/atom_inc.cl
cl_khr_global_int32_base_atomics/atom_sub.cl
convert.cl
common/sign.cl
geometric/cross.cl
geometric/dot.cl
geometric/length.cl
geometric/normalize.cl
integer/abs.cl
integer/abs_diff.cl
integer/add_sat.cl
integer/add_sat_if.ll
integer/add_sat_impl.ll
integer/clz.cl
integer/clz_if.ll
integer/clz_impl.ll
integer/hadd.cl
integer/mad24.cl
integer/mul24.cl
integer/mul_hi.cl
integer/rhadd.cl
integer/rotate.cl
integer/sub_sat.cl
integer/sub_sat_if.ll
integer/sub_sat_impl.ll
integer/upsample.cl
math/exp.cl
math/fmax.cl
math/fmin.cl
math/hypot.cl
math/mad.cl
math/clc_nextafter.cl
math/nextafter.cl
math/sincos.cl
relational/any.cl
relational/isnan.cl
shared/clamp.cl
shared/max.cl
shared/min.cl
shared/vload.cl
shared/vload_impl.ll
shared/vstore.cl
shared/vstore_impl.ll
workitem/get_global_id.cl
workitem/get_global_size.cl