On Fri, May 4, 2018 at 8:37 PM, Jakub Jelinek wrote:
> Hi!
>
> This patch adds parsing of if and nontemporal clauses for simd construct
> and also adds parsing of (optional) cancel modifier for if clause on cancel
> directive.
>
> While nontemporal clause is just an optimization (we still want to
Hi!
This patch adds parsing of if and nontemporal clauses for simd construct
and also adds parsing of (optional) cancel modifier for if clause on cancel
directive.
While nontemporal clause is just an optimization (we still want to use
non-temporal stores (or even loads?) for those vars, what is t