llvm-project/libclc/generic/lib/integer
Jan Vesely 17e8679493 popcount: Provide function implementation rather than intrinsic redirect
amdgcn will need to override this

Reviewer: Aaron Watry <awatry@gmail.com>
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 327042
2018-03-08 18:58:00 +00:00
..
abs.cl
abs.inc
abs_diff.cl
abs_diff.inc
add_sat.cl integer/add_sat: Use clang builtin instead of llvm asm 2017-10-02 18:39:00 +00:00
clz.cl integer/clz: Use clang builtin instead of llvm asm 2017-10-02 18:38:57 +00:00
hadd.cl
hadd.inc
mad24.cl
mad24.inc
mad_sat.cl Implement generic mad_sat 2014-09-02 17:55:02 +00:00
mul24.cl
mul24.inc
mul_hi.cl
popcount.cl popcount: Provide function implementation rather than intrinsic redirect 2018-03-08 18:58:00 +00:00
rhadd.cl
rhadd.inc
rotate.cl
rotate.inc
sub_sat.cl integer/sub_sat: Use clang builtin instead of llvm asm 2017-10-02 18:39:03 +00:00
upsample.cl