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

定義

__m128 _mm_loadl_pi (__m128 a, __m64 const* mem_addr)

MOVLPS xmm, m64

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

パラメーター

upper
Vector128<Single>
address
Single*

戻り値

適用対象