Skip to content

Commit

Permalink
Consider NONLINEAR vectorizable. (#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Oct 28, 2024
1 parent 01d218d commit ffe4f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/codegen_helper_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ void CodegenHelperVisitor::visit_linear_block(const ast::LinearBlock& /* node */
}

void CodegenHelperVisitor::visit_non_linear_block(const ast::NonLinearBlock& /* node */) {
info.vectorize = false;
info.vectorize = true;
}

void CodegenHelperVisitor::visit_discrete_block(const ast::DiscreteBlock& /* node */) {
Expand Down

0 comments on commit ffe4f68

Please sign in to comment.