Partager via


Vector128.LoadAlignedNonTemporal<T>(T*) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Charge un vecteur à partir de la source alignée donnée.

public:
generic <typename T>
 where T : value class static System::Runtime::Intrinsics::Vector128<T> LoadAlignedNonTemporal(T* source);
public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector128<T> LoadAlignedNonTemporal(T* source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<T> LoadAlignedNonTemporal<T> (T* source) where T : struct;
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<T> LoadAlignedNonTemporal<T> (T* source);
[<System.CLSCompliant(false)>]
static member LoadAlignedNonTemporal : nativeptr<'T> -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member LoadAlignedNonTemporal : nativeptr<'T> -> System.Runtime.Intrinsics.Vector128<'T>

Paramètres de type

T

Type des éléments dans le vecteur.

Paramètres

source
T*

Source alignée à partir de laquelle le vecteur sera chargé.

Retours

Vecteur chargé à partir de source.

Attributs

Exceptions

Le type de source (T) n’est pas pris en charge.

Remarques

Cette méthode peut contourner le cache sur certaines plateformes.

S’applique à