Function svstnt1_s16
#[target_feature(enable = "sve")]
pub unsafe fn svstnt1_s16(pg: svbool_t, base: *mut i16, data: svint16_t)
Non-truncating store, non-temporal Arm's documentation
Safety
pointer::offsetsafety constraints must be met for the address calculation for each active element (governed bypg).- This dereferences and accesses the calculated address for each active element (governed by
pg). - Non-temporal accesses have special memory ordering rules, and explicit barriers may be required for some applications.