Table of Contents

Class Vector256Generic

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

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

public static class Vector256Generic
Inheritance
Vector256Generic
Inherited Members

Methods

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

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