1
Fork 0

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:
Jakub Okoński 2023-11-15 23:08:02 +01:00
parent c41669970a
commit 97ae5095f5
No known key found for this signature in database
11 changed files with 594 additions and 1 deletions

View file

@ -1516,6 +1516,8 @@ symbols! {
simd_insert,
simd_le,
simd_lt,
simd_masked_load,
simd_masked_store,
simd_mul,
simd_ne,
simd_neg,