43a44
> #include "arch/generic/vec_reg.hh"
95a97,105
> // dummy typedefs since we don't have vector regs
> constexpr unsigned NumVecElemPerVecReg = 2;
> using VecElem = uint32_t;
> using VecReg = ::VecRegT<VecElem, NumVecElemPerVecReg, false>;
> using ConstVecReg = ::VecRegT<VecElem, NumVecElemPerVecReg, true>;
> using VecRegContainer = VecReg::Container;
> // This has to be one to prevent warnings that are treated as errors
> constexpr unsigned NumVecRegs = 1;
>