_mm_castps_pd

Cast vector of type __m128 to type __m128d. Note: Also possible with a regular cast(__m128d)(a).

nothrow @nogc pure @safe
__m128d
_mm_castps_pd
(
__m128 a
)

Meta