Function _mm_sqrt_pd

#[target_feature(enable = "sse2")]
pub fn _mm_sqrt_pd(a: __m128d) -> __m128d

Returns a new vector with the square root of each of the values in a.

Intel's documentation