Sse.LoadHigh(Vector128<Single>, Single*) メソッド

定義

__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>

パラメーター

lower
Vector128<Single>
address
Single*

戻り値

適用対象