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