mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-03 13:42:13 +00:00

Adds this function for both int and floating data types. Patch by: Aaron Watry llvm-svn: 184992
22 lines
380 B
Plaintext
22 lines
380 B
Plaintext
convert.cl
|
|
geometric/cross.cl
|
|
geometric/dot.cl
|
|
geometric/length.cl
|
|
geometric/normalize.cl
|
|
integer/abs.cl
|
|
integer/add_sat.cl
|
|
integer/add_sat.ll
|
|
integer/add_sat_impl.ll
|
|
integer/max.cl
|
|
integer/sub_sat.cl
|
|
integer/sub_sat.ll
|
|
integer/sub_sat_impl.ll
|
|
math/fmax.cl
|
|
math/fmin.cl
|
|
math/hypot.cl
|
|
math/mad.cl
|
|
math/max.cl
|
|
relational/any.cl
|
|
workitem/get_global_id.cl
|
|
workitem/get_global_size.cl
|