Skip to content
Snippets Groups Projects
Commit 31cae053 authored by Nora Abi Akar's avatar Nora Abi Akar Committed by Sam Yates
Browse files

Modcc: Add vectorization support for conditionals (#930)

* Add support for conditionals with the SIMD printer by using `where_expresssions` to mask assignments to range variables that happen inside if/else blocks. Assignments to non-range variables are executed non-masked when correctness is ensured. 

Fixes #836 
parent f4add04f
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment