Sve.ZeroExtend32(Vector<UInt64>) 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.
svuint64_t svextw[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op)
svuint64_t svextw[_u64]_x(svbool_t pg, svuint64_t op)
svuint64_t svextw[_u64]_z(svbool_t pg, svuint64_t op)
UXTW Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<System::UInt64> ZeroExtend32(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> ZeroExtend32 (System.Numerics.Vector<ulong> value);
static member ZeroExtend32 : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ZeroExtend32 (value As Vector(Of ULong)) As Vector(Of ULong)
Parameters
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.