Sse.LoadHigh(Vector128<Single>, Single*) Method

Definition

__m128 _mm_loadh_pi (__m128 a, __m64 const* mem_addr)

MOVHPS xmm, m64

public:
 static System::Runtime::Intrinsics::Vector128<float> LoadHigh(System::Runtime::Intrinsics::Vector128<float> lower, float* address);
public static System.Runtime.Intrinsics.Vector128<float> LoadHigh (System.Runtime.Intrinsics.Vector128<float> lower, float* address);
static member LoadHigh : System.Runtime.Intrinsics.Vector128<single> * nativeptr<single> -> System.Runtime.Intrinsics.Vector128<single>

Parameters

lower
Vector128<Single>
address
Single*

Returns

Applies to