diff options
author | Erik Schnetter <schnetter@gmail.com> | 2013-09-01 23:55:19 -0400 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2013-09-01 23:55:19 -0400 |
commit | c26616c6315d42bae7c41ef5674b9f14ad33fc92 (patch) | |
tree | 62c76566647e5edecfc71fc9c9c5fdab08c1e309 | |
parent | ae370822f291af84098b7d56721fa25b38b70a8b (diff) | |
download | vecmathlib-c26616c6315d42bae7c41ef5674b9f14ad33fc92.zip vecmathlib-c26616c6315d42bae7c41ef5674b9f14ad33fc92.tar.gz |
Correct error in debug instantiations
-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 |