Function simd_fsqrt

unsafe fn simd_fsqrt<T>(x: T) -> T

Takes the square root of each element.

T must be a vector of floats.