Common Defitions
Common Defitions
The following classes are all defined within namespace HIPP::SIMD.
-
template<typename ScaleT, size_t NPack>
class Vec 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>.