Function vst1_lane_f32

#[target_feature(enable = "neon")]
pub unsafe fn vst1_lane_f32(a: *mut f32, b: float32x2_t, LANE: i32)

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

Safety