Common Defitions¶
The following classes are all defined within namespace HIPP::SIMD.
-
template<typename
ScaleT, size_tNPack>
classVec¶ A vector of NPack scalar values typed ScaleT. This is the common base class for all SIMD vector types.
See the specializations for the detailed definitions of each vector type, e.g.,
Vec<double, 4>andVec<float, 8>.