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

定义

重要

此 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);
[System.CLSCompliant(false)]
public static void StoreAlignedNonTemporal<T> (this System.Runtime.Intrinsics.Vector128<T> source, T* destination) where T : struct;
[<System.CLSCompliant(false)>]
static member StoreAlignedNonTemporal : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> * nativeptr<'T> -> unit (requires 'T : struct)

类型参数

T

矢量中的元素的类型。

参数

source
Vector128<T>

要存储的向量。

destination
T*

要存储到的 source 对齐目标。

属性

注解

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

适用于