From 1e179c903dc176487893456467b315f01c303d6e Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 27 Dec 2016 17:46:38 +0000 Subject: [PATCH] Worried about integer; suspect where statements are broken --- lib/simd/Grid_qpx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/simd/Grid_qpx.h b/lib/simd/Grid_qpx.h index e2fe0b63..fd897b9c 100644 --- a/lib/simd/Grid_qpx.h +++ b/lib/simd/Grid_qpx.h @@ -89,6 +89,7 @@ namespace Optimization { vec_st(a, 0, d); } //Integer + // PAB: fixme -- is this right ; just looks like scalar not vector inline void operator()(int a, Integer *i){ i[0] = a; }