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

configure.py allows overloading *.cl with *.ll, but will only ever build the first file listed in SOURCES of ${file}.cl and ${file}.ll add_sat, sub_sat, (and the soon to be submitted clz) all define interfaces in ${function_name}.ll which are implemented in ${function_name}_impl.ll. Renaming the interface files is enough to get them to build again, fixing CL usage of these functions. Tested on clover/r600g. Patch by: Aaron Watry llvm-svn: 185000
24 lines
427 B
Plaintext
24 lines
427 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/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
|
|
workitem/get_global_id.cl
|
|
workitem/get_global_size.cl
|