Skip to content
Snippets Groups Projects
  • Nora Abi Akar's avatar
    Modcc: Add vectorization support for conditionals (#930) · 31cae053
    Nora Abi Akar authored
    * 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 
    31cae053