pub unsafe fn _mm_div_ss(a: __m128, b: __m128) -> __m128
sse
Divides the first component of b by a, the other components are copied from a.
b
a
Intel’s documentation