Function vld4_lane_f64

#[target_feature(enable = "neon")]
pub unsafe fn vld4_lane_f64(a: *const f64, b: float64x1x4_t, LANE: i32) -> float64x1x4_t

Load multiple 4-element structures to four registers Arm's documentation

Safety