Changes to make Nsimd=1 sComplex lexLattices functional for "where" statements

This commit is contained in:
Peter Boyle
2026-08-19 19:30:34 -04:00
parent 8c9ea4cde2
commit 7b81ca6b52
3 changed files with 53 additions and 47 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ accelerator_inline vobj predicatedWhere(const iobj &predicate,
extract(iftrue, truevals);
extract(iffalse, falsevals);
extract<vInteger, Integer>(TensorRemove(predicate), mask);
extract(TensorRemove(predicate), mask);
for (int s = 0; s < Nsimd; s++) {
if (mask[s]) falsevals[s] = truevals[s];