Table of Contents

Class Vector512Generic

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

Generic style methods for Vector512 (Vector512 的泛型风格方法).

public static class Vector512Generic
Inheritance
Vector512Generic
Inherited Members

Methods

Widen<T, TOut>(Vector512<T>, out Vector512<TOut>, out Vector512<TOut>)

Widens a Vector512<T> into two Vector512<T> instances - Generic version (将一个 Vector512<T> 扩宽为两个 Vector512<T> 实例 - 泛型版). Mnemonic: element_ref(i, lower, upper) := widen(source[i]).