Method WidenUpper
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
WidenUpper(Vector512<float>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector512<double> WidenUpper(Vector512<float> source)
Parameters
Returns
- See Also
WidenUpper(Vector512<sbyte>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector512<short> WidenUpper(Vector512<sbyte> source)
Parameters
Returns
- See Also
WidenUpper(Vector512<byte>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector512<ushort> WidenUpper(Vector512<byte> source)
Parameters
Returns
- See Also
WidenUpper(Vector512<short>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector512<int> WidenUpper(Vector512<short> source)
Parameters
Returns
- See Also
WidenUpper(Vector512<ushort>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector512<uint> WidenUpper(Vector512<ushort> source)
Parameters
Returns
- See Also
WidenUpper(Vector512<int>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector512<long> WidenUpper(Vector512<int> source)
Parameters
Returns
- See Also
WidenUpper(Vector512<uint>)
Widens the upper half of a Vector into a Vector (将向量的高半部分扩宽为一个向量).
Mnemonic: rt[i] := widen(source[i])
.
Vector512<ulong> WidenUpper(Vector512<uint> source)
Parameters
Returns
- See Also