Sve.FloatingPointExponentialAccelerator 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
| FloatingPointExponentialAccelerator(Vector<UInt64>) |
svfloat64_t svexpa[_f64](svuint64_t op) FEXPA Zresult.D, Zop.D |
| FloatingPointExponentialAccelerator(Vector<UInt32>) |
svfloat32_t svexpa[_f32](svuint32_t op) FEXPA Zresult.S, Zop.S |
FloatingPointExponentialAccelerator(Vector<UInt64>)
- Source:
- Sve.PlatformNotSupported.cs
svfloat64_t svexpa[_f64](svuint64_t op)
FEXPA Zresult.D, Zop.D
public:
static System::Numerics::Vector<double> FloatingPointExponentialAccelerator(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<double> FloatingPointExponentialAccelerator(System.Numerics.Vector<ulong> value);
static member FloatingPointExponentialAccelerator : System.Numerics.Vector<uint64> -> System.Numerics.Vector<double>
Public Shared Function FloatingPointExponentialAccelerator (value As Vector(Of ULong)) As Vector(Of Double)
Parameters
Returns
Applies to
FloatingPointExponentialAccelerator(Vector<UInt32>)
- Source:
- Sve.PlatformNotSupported.cs
svfloat32_t svexpa[_f32](svuint32_t op)
FEXPA Zresult.S, Zop.S
public:
static System::Numerics::Vector<float> FloatingPointExponentialAccelerator(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<float> FloatingPointExponentialAccelerator(System.Numerics.Vector<uint> value);
static member FloatingPointExponentialAccelerator : System.Numerics.Vector<uint32> -> System.Numerics.Vector<single>
Public Shared Function FloatingPointExponentialAccelerator (value As Vector(Of UInteger)) As Vector(Of Single)