Function vsqrt_f32
#[target_feature(enable = "neon")]
pub fn vsqrt_f32(a: float32x2_t) -> float32x2_t
Calculates the square root of each lane. Arm's documentation
vsqrt_f32#[target_feature(enable = "neon")]
pub fn vsqrt_f32(a: float32x2_t) -> float32x2_t
Calculates the square root of each lane. Arm's documentation