Vector128.StoreAlignedNonTemporal<T>(Vector128<T>, T*) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
將向量儲存在指定的對齊目的地。
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
向量中專案的型別。
參數
- source
- Vector128<T>
將儲存的向量。
- destination
- T*
要儲存的 source
對齊目的地。
- 屬性
例外狀況
不支援 source
(T
) 的類型。
備註
此方法可能會略過特定平臺上的快取。