#ifndef __cxz_access_h__ #define __cxz_access_h__ namespace CNORXZ { namespace { using namespace CNORXZInternal; } template struct VType { typedef T type; static constexpr size_t MULT = sizeof(type)/sizeof(T); }; template <> struct VType { typedef v256 type; static constexpr size_t MULT = sizeof(type)/sizeof(double); }; template