Tom Stellard 6f33168bb7 Implement mad24() and mul24() builtins
Reviewed-by: Aaron Watry <awatry@gmail.com>
llvm-svn: 185839
2013-07-08 17:27:13 +00:00

36 lines
643 B
Plaintext

convert.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/mad24.cl
integer/mul24.cl
integer/rotate.cl
integer/sub_sat.cl
integer/sub_sat_if.ll
integer/sub_sat_impl.ll
math/fmax.cl
math/fmin.cl
math/hypot.cl
math/mad.cl
relational/any.cl
shared/clamp.cl
shared/max.cl
shared/min.cl
shared/vload.cl
shared/vload_if.ll
shared/vload_impl.ll
shared/vstore.cl
shared/vstore_if.ll
shared/vstore_impl.ll
workitem/get_global_id.cl
workitem/get_global_size.cl