_mm_load_pd

Microsoft Specific

Loads two double-precision, floating-point values.

__m128d _mm_load_pd (double *p);
MOVAPD

Return Value

The address p must be 16-byte aligned.

r0 := p[0]
r1 := p[1]

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Load Operations (Floating-Point SSE2 Intrinsics)