pub fn _mm_cvtepi64_ps(a: __m128i) -> __m128
Convert packed signed 64-bit integers in a to packed single-precision (32-bit) floating-point elements, and store the results in dst.
Intel’s Documentation