Vector256.StoreAlignedNonTemporal<T>(Vector256<T>, T*) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Stocke un vecteur à la destination alignée donnée.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void StoreAlignedNonTemporal(System::Runtime::Intrinsics::Vector256<T> source, T* destination);
public:
generic <typename T>
where T : value class[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);
[System.CLSCompliant(false)]
public static void StoreAlignedNonTemporal<T>(this System.Runtime.Intrinsics.Vector256<T> source, T* destination) where T : struct;
[<System.CLSCompliant(false)>]
static member StoreAlignedNonTemporal : System.Runtime.Intrinsics.Vector256<'T> * nativeptr<'T> -> unit
[<System.CLSCompliant(false)>]
static member StoreAlignedNonTemporal : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> * nativeptr<'T> -> unit (requires 'T : struct)
Paramètres de type
- T
Type des éléments dans le vecteur.
Paramètres
- source
- Vector256<T>
Vecteur qui sera stocké.
- destination
- T*
Destination alignée à laquelle source sera stockée.
- Attributs
Exceptions
Le type et (source) n’est destinationT pas pris en charge.
Remarques
Cette méthode peut contourner le cache sur certaines plateformes.