Table of Contents

Property Multiply_FullAcceleratedTypes

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

Multiply_FullAcceleratedTypes

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

public static TypeCodeFlags Multiply_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