Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


Avx.LoadDquVector256 Method

Definition

Overloads

LoadDquVector256(UInt64*)

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

LoadDquVector256(UInt32*)

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

LoadDquVector256(UInt16*)

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

LoadDquVector256(SByte*)

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

LoadDquVector256(Int32*)

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

LoadDquVector256(Int16*)

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

LoadDquVector256(Byte*)

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

LoadDquVector256(Int64*)

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

LoadDquVector256(UInt64*)

Source:
Avx.cs
Source:
Avx.cs
Source:
Avx.cs

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

C#
public static System.Runtime.Intrinsics.Vector256<ulong> LoadDquVector256(ulong* address);

Parameters

address
UInt64*

Returns

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10

LoadDquVector256(UInt32*)

Source:
Avx.cs
Source:
Avx.cs
Source:
Avx.cs

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

C#
public static System.Runtime.Intrinsics.Vector256<uint> LoadDquVector256(uint* address);

Parameters

address
UInt32*

Returns

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10

LoadDquVector256(UInt16*)

Source:
Avx.cs
Source:
Avx.cs
Source:
Avx.cs

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

C#
public static System.Runtime.Intrinsics.Vector256<ushort> LoadDquVector256(ushort* address);

Parameters

address
UInt16*

Returns

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10

LoadDquVector256(SByte*)

Source:
Avx.cs
Source:
Avx.cs
Source:
Avx.cs

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

C#
public static System.Runtime.Intrinsics.Vector256<sbyte> LoadDquVector256(sbyte* address);

Parameters

address
SByte*

Returns

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10

LoadDquVector256(Int32*)

Source:
Avx.cs
Source:
Avx.cs
Source:
Avx.cs

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

C#
public static System.Runtime.Intrinsics.Vector256<int> LoadDquVector256(int* address);

Parameters

address
Int32*

Returns

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10

LoadDquVector256(Int16*)

Source:
Avx.cs
Source:
Avx.cs
Source:
Avx.cs

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

C#
public static System.Runtime.Intrinsics.Vector256<short> LoadDquVector256(short* address);

Parameters

address
Int16*

Returns

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10

LoadDquVector256(Byte*)

Source:
Avx.cs
Source:
Avx.cs
Source:
Avx.cs

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

C#
public static System.Runtime.Intrinsics.Vector256<byte> LoadDquVector256(byte* address);

Parameters

address
Byte*

Returns

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10

LoadDquVector256(Int64*)

Source:
Avx.cs
Source:
Avx.cs
Source:
Avx.cs

__m256i _mm256_lddqu_si256 (__m256i const * mem_addr)

VLDDQU ymm, m256

C#
public static System.Runtime.Intrinsics.Vector256<long> LoadDquVector256(long* address);

Parameters

address
Int64*

Returns

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10