Function vst4_f64

#[target_feature(enable = "neon")]
pub unsafe fn vst4_f64(a: *mut f64, b: float64x1x4_t)

Store multiple 4-element structures from four registers Arm's documentation

Safety