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

定义

重要

此 API 不符合 CLS。

将矢量存储在给定的对齐目标处。

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void StoreAlignedNonTemporal(System::Runtime::Intrinsics::Vector512<T> source, T* destination);
[System.CLSCompliant(false)]
public static void StoreAlignedNonTemporal<T> (this System.Runtime.Intrinsics.Vector512<T> source, T* destination);
[<System.CLSCompliant(false)>]
static member StoreAlignedNonTemporal : System.Runtime.Intrinsics.Vector512<'T> * nativeptr<'T> -> unit

类型参数

T

向量中元素的类型。

参数

source
Vector512<T>

将存储的向量。

destination
T*

将存储的 source 对齐目标。

属性

例外

不支持 和 destination (T) 的类型source

注解

此方法可能会绕过某些平台上的缓存。

适用于