summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-09-01 23:55:19 -0400
committerErik Schnetter <schnetter@gmail.com>2013-09-01 23:55:19 -0400
commitc26616c6315d42bae7c41ef5674b9f14ad33fc92 (patch)
tree62c76566647e5edecfc71fc9c9c5fdab08c1e309
parentae370822f291af84098b7d56721fa25b38b70a8b (diff)
downloadvecmathlib-c26616c6315d42bae7c41ef5674b9f14ad33fc92.zip
vecmathlib-c26616c6315d42bae7c41ef5674b9f14ad33fc92.tar.gz
Correct error in debug instantiations
-rw-r--r--instantiations.cc2
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
OpenPOWER on IntegriCloud