Udostępnij przez


Vector64.LoadAlignedNonTemporal<T>(T*) Metoda

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Ładuje wektor z danego wyrównanego źródła.

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

Parametry typu

T

Typ elementów w wektorze.

Parametry

source
T*

Wyrównane źródło, z którego zostanie załadowany wektor.

Zwraca

Wektor załadowany z sourceelementu .

Atrybuty

Wyjątki

Typ source (T) nie jest obsługiwany.

Uwagi

Ta metoda może pominąć pamięć podręczną na niektórych platformach.

Dotyczy