Missing compiler intrinsics #46
Labels
C-feature-request
Category: a feature request, i.e. not implemented / a PR
C-tracking-issue
Ongoing issue with checkboxes for partial progress and such
I think it would be helpful to collect a list of all compiler intrinsics (the
extern "platform-intrinsics"
ones) that need to be added.simd_neg
simd_overflowing_add
etcsimd_trunc
simd_round
simd_lt_packed
etc (all other packed intrinsics can be emulated with this one to start)simd_sat_shl
<-- only supported in recent LLVMsimd_abs
simd_sext
(or some kind ofsimd_cast
for integer -> mask)simd_bitmask
/simd_select_bitmask
(these already exist, but they should be modified to accept arrays ofu8
simd_bswap
The text was updated successfully, but these errors were encountered: