Function vstl1_lane_s64
#[target_feature(enable = "neon", enable = "rcpc3")]
pub unsafe fn vstl1_lane_s64(ptr: *mut i64, val: int64x1_t, LANE: i32)
Store-Release a single-element structure from one lane of one register. Arm's documentation
Safety
- The pointer in
ptrmust satisfy the requirements ofcore::ptr::write.