Avx.LoadVector256 Metoda
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
LoadVector256(UInt64*) |
__m256i _mm256_loadu_si256 (__m256i const * mem_addr) VMOVDQU ymm, m256 |
LoadVector256(Byte*) |
__m256i _mm256_loadu_si256 (__m256i const * mem_addr) VMOVDQU ymm, m256 |
LoadVector256(Double*) |
__m256d _mm256_loadu_pd (dvojitá konstanta * mem_addr) VMOVUPD ymm, ymm/m256 |
LoadVector256(Int16*) |
__m256i _mm256_loadu_si256 (__m256i const * mem_addr) VMOVDQU ymm, m256 |
LoadVector256(Int32*) |
__m256i _mm256_loadu_si256 (__m256i const * mem_addr) VMOVDQU ymm, m256 |
LoadVector256(Int64*) |
__m256i _mm256_loadu_si256 (__m256i const * mem_addr) VMOVDQU ymm, m256 |
LoadVector256(SByte*) |
__m256i _mm256_loadu_si256 (__m256i const * mem_addr) VMOVDQU ymm, m256 |
LoadVector256(Single*) |
__m256 _mm256_loadu_ps (float const × mem_addr) VMOVUPS ymm, ymm/m256 |
LoadVector256(UInt16*) |
__m256i _mm256_loadu_si256 (__m256i const * mem_addr) VMOVDQU ymm, m256 |
LoadVector256(UInt32*) |
__m256i _mm256_loadu_si256 (__m256i const * mem_addr) VMOVDQU ymm, m256 |
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
__m256i _mm256_loadu_si256 (__m256i const * mem_addr)
VMOVDQU ymm, m256
public:
static System::Runtime::Intrinsics::Vector256<System::UInt64> LoadVector256(System::UInt64* address);
public static System.Runtime.Intrinsics.Vector256<ulong> LoadVector256 (ulong* address);
static member LoadVector256 : nativeptr<uint64> -> System.Runtime.Intrinsics.Vector256<uint64>
Parametry
- address
- UInt64*
Návraty
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
__m256i _mm256_loadu_si256 (__m256i const * mem_addr)
VMOVDQU ymm, m256
public:
static System::Runtime::Intrinsics::Vector256<System::Byte> LoadVector256(System::Byte* address);
public static System.Runtime.Intrinsics.Vector256<byte> LoadVector256 (byte* address);
static member LoadVector256 : nativeptr<byte> -> System.Runtime.Intrinsics.Vector256<byte>
Parametry
- address
- Byte*
Návraty
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
__m256d _mm256_loadu_pd (dvojitá konstanta * mem_addr)
VMOVUPD ymm, ymm/m256
public:
static System::Runtime::Intrinsics::Vector256<double> LoadVector256(double* address);
public static System.Runtime.Intrinsics.Vector256<double> LoadVector256 (double* address);
static member LoadVector256 : nativeptr<double> -> System.Runtime.Intrinsics.Vector256<double>
Parametry
- address
- Double*
Návraty
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
__m256i _mm256_loadu_si256 (__m256i const * mem_addr)
VMOVDQU ymm, m256
public:
static System::Runtime::Intrinsics::Vector256<short> LoadVector256(short* address);
public static System.Runtime.Intrinsics.Vector256<short> LoadVector256 (short* address);
static member LoadVector256 : nativeptr<int16> -> System.Runtime.Intrinsics.Vector256<int16>
Parametry
- address
- Int16*
Návraty
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
__m256i _mm256_loadu_si256 (__m256i const * mem_addr)
VMOVDQU ymm, m256
public:
static System::Runtime::Intrinsics::Vector256<int> LoadVector256(int* address);
public static System.Runtime.Intrinsics.Vector256<int> LoadVector256 (int* address);
static member LoadVector256 : nativeptr<int> -> System.Runtime.Intrinsics.Vector256<int>
Parametry
- address
- Int32*
Návraty
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
__m256i _mm256_loadu_si256 (__m256i const * mem_addr)
VMOVDQU ymm, m256
public:
static System::Runtime::Intrinsics::Vector256<long> LoadVector256(long* address);
public static System.Runtime.Intrinsics.Vector256<long> LoadVector256 (long* address);
static member LoadVector256 : nativeptr<int64> -> System.Runtime.Intrinsics.Vector256<int64>
Parametry
- address
- Int64*
Návraty
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
__m256i _mm256_loadu_si256 (__m256i const * mem_addr)
VMOVDQU ymm, m256
public:
static System::Runtime::Intrinsics::Vector256<System::SByte> LoadVector256(System::SByte* address);
public static System.Runtime.Intrinsics.Vector256<sbyte> LoadVector256 (sbyte* address);
static member LoadVector256 : nativeptr<sbyte> -> System.Runtime.Intrinsics.Vector256<sbyte>
Parametry
- address
- SByte*
Návraty
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
__m256 _mm256_loadu_ps (float const × mem_addr)
VMOVUPS ymm, ymm/m256
public:
static System::Runtime::Intrinsics::Vector256<float> LoadVector256(float* address);
public static System.Runtime.Intrinsics.Vector256<float> LoadVector256 (float* address);
static member LoadVector256 : nativeptr<single> -> System.Runtime.Intrinsics.Vector256<single>
Parametry
- address
- Single*
Návraty
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
__m256i _mm256_loadu_si256 (__m256i const * mem_addr)
VMOVDQU ymm, m256
public:
static System::Runtime::Intrinsics::Vector256<System::UInt16> LoadVector256(System::UInt16* address);
public static System.Runtime.Intrinsics.Vector256<ushort> LoadVector256 (ushort* address);
static member LoadVector256 : nativeptr<uint16> -> System.Runtime.Intrinsics.Vector256<uint16>
Parametry
- address
- UInt16*
Návraty
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
__m256i _mm256_loadu_si256 (__m256i const * mem_addr)
VMOVDQU ymm, m256
public:
static System::Runtime::Intrinsics::Vector256<System::UInt32> LoadVector256(System::UInt32* address);
public static System.Runtime.Intrinsics.Vector256<uint> LoadVector256 (uint* address);
static member LoadVector256 : nativeptr<uint32> -> System.Runtime.Intrinsics.Vector256<uint32>
Parametry
- address
- UInt32*
Návraty
Platí pro
.NET 9 a další verze
Produkt | Verze |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
Zpětná vazba k produktu .NET
.NET je open source projekt. Vyberte odkaz pro poskytnutí zpětné vazby: