Sse2.ConvertScalarToVector128Int32(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
__m128i _mm_cvtsi32_si128 (int a)
MOVD xmm, reg/m32
public:
static System::Runtime::Intrinsics::Vector128<int> ConvertScalarToVector128Int32(int value);
public static System.Runtime.Intrinsics.Vector128<int> ConvertScalarToVector128Int32 (int value);
static member ConvertScalarToVector128Int32 : int -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function ConvertScalarToVector128Int32 (value As Integer) As Vector128(Of Integer)
パラメーター
- value
- Int32
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET