Table of Contents

Property YNarrowSaturateUnsigned_FullAcceleratedTypes

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YNarrowSaturateUnsigned_FullAcceleratedTypes

Types with full hardware acceleration when running YNarrowSaturateUnsigned (运行 YNarrowSaturateUnsigned 时具有完全硬件加速的类型).

public static TypeCodeFlags YNarrowSaturateUnsigned_FullAcceleratedTypes { get; }

Property Value

TypeCodeFlags

Remarks

`AcceleratedTypes` only indicates the presence of hardware acceleration, possibly indirectly through some algorithm. And `FullAcceleratedTypes` means that dedicated instructions are used to achieve full hardware acceleration. (`AcceleratedTypes`仅表示存在硬件加速,有可能是通过一些算法间接实现的. 而 `FullAcceleratedTypes`意味着使用了专用指令,实现了完全的硬件加速)

See Also