Vector256.StoreAlignedNonTemporal<T>(Vector256<T>, T*) Yöntem

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Belirtilen hizalanmış hedefte bir vektör depolar.

public:
generic <typename T>
 where T : value class[System::Runtime::CompilerServices::Extension]
 static void StoreAlignedNonTemporal(System::Runtime::Intrinsics::Vector256<T> source, T* destination);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void StoreAlignedNonTemporal(System::Runtime::Intrinsics::Vector256<T> source, T* destination);
[System.CLSCompliant(false)]
public static void StoreAlignedNonTemporal<T> (this System.Runtime.Intrinsics.Vector256<T> source, T* destination) where T : struct;
[System.CLSCompliant(false)]
public static void StoreAlignedNonTemporal<T> (this System.Runtime.Intrinsics.Vector256<T> source, T* destination);
[<System.CLSCompliant(false)>]
static member StoreAlignedNonTemporal : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> * nativeptr<'T> -> unit (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member StoreAlignedNonTemporal : System.Runtime.Intrinsics.Vector256<'T> * nativeptr<'T> -> unit

Tür Parametreleri

T

Vektördeki öğelerin türü.

Parametreler

source
Vector256<T>

Depolanacak vektör.

destination
T*

Depolanacak hizalanmış hedef source .

Öznitelikler

Özel durumlar

ve destination (T) türü source desteklenmez.

Açıklamalar

Bu yöntem belirli platformlarda önbelleği atlayabilir.

Şunlara uygulanır