Avx512F.GetExponent 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
GetExponent(Vector512<Double>) |
__m512d _mm512_getexp_pd (__m512d a) VGETEXPPD zmm1 {k1}{z}, zmm2/m512/m64bcst{sae} |
GetExponent(Vector512<Single>) |
__m512 _mm512_getexp_ps (__m512 a) VGETEXPPS zmm1 {k1}{z}, zmm2/m512/m32bcst{sae} |
GetExponent(Vector512<Double>)
- Source:
- Avx512F.cs
- Source:
- Avx512F.cs
__m512d _mm512_getexp_pd (__m512d a)
VGETEXPPD zmm1 {k1}{z}, zmm2/m512/m64bcst{sae}
public:
static System::Runtime::Intrinsics::Vector512<double> GetExponent(System::Runtime::Intrinsics::Vector512<double> value);
public static System.Runtime.Intrinsics.Vector512<double> GetExponent (System.Runtime.Intrinsics.Vector512<double> value);
static member GetExponent : System.Runtime.Intrinsics.Vector512<double> -> System.Runtime.Intrinsics.Vector512<double>
Public Shared Function GetExponent (value As Vector512(Of Double)) As Vector512(Of Double)
Parameters
Returns
Applies to
GetExponent(Vector512<Single>)
- Source:
- Avx512F.cs
- Source:
- Avx512F.cs
__m512 _mm512_getexp_ps (__m512 a)
VGETEXPPS zmm1 {k1}{z}, zmm2/m512/m32bcst{sae}
public:
static System::Runtime::Intrinsics::Vector512<float> GetExponent(System::Runtime::Intrinsics::Vector512<float> value);
public static System.Runtime.Intrinsics.Vector512<float> GetExponent (System.Runtime.Intrinsics.Vector512<float> value);
static member GetExponent : System.Runtime.Intrinsics.Vector512<single> -> System.Runtime.Intrinsics.Vector512<single>
Public Shared Function GetExponent (value As Vector512(Of Single)) As Vector512(Of Single)
Parameters
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.