Table of Contents

Class Vector128Generic

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

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

public static class Vector128Generic
Inheritance
Vector128Generic
Inherited Members

Methods

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

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