Edit

Share via


Avx10v2.ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32 Method

Definition

Overloads

Name Description
ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(Vector128<Single>)

VCVTTPS2IUBS xmm1{k1}{z}, xmm2/m128/m32bcst

ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(Vector256<Single>)

VCVTTPS2IUBS ymm1{k1}{z}, ymm2/m256/m32bcst {sae}

ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(Vector128<Single>)

Source:
Avx10v2.cs

VCVTTPS2IUBS xmm1{k1}{z}, xmm2/m128/m32bcst

public:
 static System::Runtime::Intrinsics::Vector128<int> ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<int> ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32 : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32 (value As Vector128(Of Single)) As Vector128(Of Integer)

Parameters

value
Vector128<Single>

Returns

Applies to

ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(Vector256<Single>)

Source:
Avx10v2.cs

VCVTTPS2IUBS ymm1{k1}{z}, ymm2/m256/m32bcst {sae}

public:
 static System::Runtime::Intrinsics::Vector256<int> ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(System::Runtime::Intrinsics::Vector256<float> value);
public static System.Runtime.Intrinsics.Vector256<int> ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector256<float> value);
static member ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32 : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<int>
Public Shared Function ConvertToByteWithTruncatedSaturationAndZeroExtendToInt32 (value As Vector256(Of Single)) As Vector256(Of Integer)

Parameters

value
Vector256<Single>

Returns

Applies to