Avx10v2.ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(Vector128<Single>) |
VCVTTPS2IBS xmm1{k1}{z}, xmm2/m128/m32bcst |
| ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(Vector256<Single>) |
VCVTTPS2IBS ymm1{k1}{z}, ymm2/m256/m32bcst {sae} |
ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(Vector128<Single>)
- Source:
- Avx10v2.cs
VCVTTPS2IBS xmm1{k1}{z}, xmm2/m128/m32bcst
public:
static System::Runtime::Intrinsics::Vector128<int> ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<int> ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 (value As Vector128(Of Single)) As Vector128(Of Integer)
Parameters
Returns
Applies to
ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(Vector256<Single>)
- Source:
- Avx10v2.cs
VCVTTPS2IBS ymm1{k1}{z}, ymm2/m256/m32bcst {sae}
public:
static System::Runtime::Intrinsics::Vector256<int> ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System::Runtime::Intrinsics::Vector256<float> value);
public static System.Runtime.Intrinsics.Vector256<int> ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32(System.Runtime.Intrinsics.Vector256<float> value);
static member ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<int>
Public Shared Function ConvertToSByteWithTruncatedSaturationAndZeroExtendToInt32 (value As Vector256(Of Single)) As Vector256(Of Integer)