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