slide 19 of 35


MPL's SIMD if

if (parallel_expr) {
    stat_a;
} else {
    stat_b;
}