From c26616c6315d42bae7c41ef5674b9f14ad33fc92 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 1 Sep 2013 23:55:19 -0400 Subject: Correct error in debug instantiations --- instantiations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 round(realvec x); #endif -#ifdef VECMATHLIB_HAVE_VEC_FLOAT_1 +#ifdef VECMATHLIB_HAVE_VEC_FLOAT_8 template intvec popcount(intvec); #endif -- cgit v1.1