compiler: add simd_ctpop intrinsic
This commit is contained in:
parent
eb1a5c9bb3
commit
1914c722b5
7 changed files with 76 additions and 40 deletions
|
@ -607,6 +607,7 @@ pub fn check_intrinsic_type(
|
|||
| sym::simd_bitreverse
|
||||
| sym::simd_ctlz
|
||||
| sym::simd_cttz
|
||||
| sym::simd_ctpop
|
||||
| sym::simd_fsqrt
|
||||
| sym::simd_fsin
|
||||
| sym::simd_fcos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue