diff options
-rw-r--r-- | instantiations.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instantiations.cc b/instantiations.cc index 5e64ef2..7a8a0bd 100644 --- a/instantiations.cc +++ b/instantiations.cc @@ -35,7 +35,7 @@ namespace vecmathlib { template realvec<float,1> round(realvec<float,1> x); #endif -#ifdef VECMATHLIB_HAVE_VEC_FLOAT_1 +#ifdef VECMATHLIB_HAVE_VEC_FLOAT_8 template intvec<float,8> popcount(intvec<float,8>); #endif |