_mm_castpd_ps

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

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

Meta