Add simd_masked_{load,store} platform-intrinsics
This maps to the LLVM intrinsics: llvm.masked.load and llvm.masked.store
This commit is contained in:
parent
c41669970a
commit
97ae5095f5
11 changed files with 594 additions and 1 deletions
|
@ -1516,6 +1516,8 @@ symbols! {
|
|||
simd_insert,
|
||||
simd_le,
|
||||
simd_lt,
|
||||
simd_masked_load,
|
||||
simd_masked_store,
|
||||
simd_mul,
|
||||
simd_ne,
|
||||
simd_neg,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue