Function vstl1_lane_u64
#[target_feature(enable = "neon", enable = "rcpc3")]
pub unsafe fn vstl1_lane_u64(ptr: *mut u64, val: uint64x1_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.