Vector256.StoreAlignedNonTemporal<T>(Vector256<T>, T*) 方法

定義

重要

此 API 不符合 CLS 規範。

將向量儲存在指定的對齊目的地。

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

向量中專案的型別。

參數

source
Vector256<T>

要儲存的向量。

destination
T*

要儲存的 source 對齊目的地。

屬性

例外狀況

不支援和 destination (T) 的類型source

備註

這個方法可能會略過特定平臺上的快取。

適用於