Sve.LoadVectorSByteSignExtendToUInt32(Vector<UInt32>, SByte*) 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.
svuint32_t svld1sb_u32(svbool_t pg, const int8_t *base)
LD1SB Zresult.S, Pg/Z, [Xbase, #0, MUL VL]
public:
static System::Numerics::Vector<System::UInt32> LoadVectorSByteSignExtendToUInt32(System::Numerics::Vector<System::UInt32> mask, System::SByte* address);
public static System.Numerics.Vector<uint> LoadVectorSByteSignExtendToUInt32(System.Numerics.Vector<uint> mask, sbyte* address);
static member LoadVectorSByteSignExtendToUInt32 : System.Numerics.Vector<uint32> * nativeptr<sbyte> -> System.Numerics.Vector<uint32>
Parameters
- address
- SByte*
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET