Aracılığıyla paylaş


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

Tür Parametreleri

T

Vektördeki öğelerin türü.

Parametreler

source
Vector128<T>

Depolanacak vektör.

destination
T*

Depolanacak hizalanmış hedef source .

Öznitelikler

Özel durumlar

(T) türü source desteklenmez.

Açıklamalar

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

Şunlara uygulanır