Function vst1q_lane_f64

#[target_feature(enable = "neon")]
pub unsafe fn vst1q_lane_f64(a: *mut f64, b: float64x2_t, LANE: i32)

Store multiple single-element structures from one, two, three, or four registers Arm's documentation

Safety