Add SIMD bitreverse, ctlz, cttz intrinsics
This commit is contained in:
parent
3ea0e6e3fb
commit
4c02b4cf4c
6 changed files with 117 additions and 25 deletions
|
@ -1369,10 +1369,13 @@ symbols! {
|
|||
simd_arith_offset,
|
||||
simd_as,
|
||||
simd_bitmask,
|
||||
simd_bitreverse,
|
||||
simd_bswap,
|
||||
simd_cast,
|
||||
simd_cast_ptr,
|
||||
simd_ceil,
|
||||
simd_ctlz,
|
||||
simd_cttz,
|
||||
simd_div,
|
||||
simd_eq,
|
||||
simd_expose_addr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue