Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP50]Add if clause in teams distribute simd directive. | Alexey Bataev | 2019-12-11 | 1 | -0/+101 |
According to OpenMP 5.0, if clause can be used in for simd directive. If condition in the if clause if false, the non-vectorized version of the loop must be executed. |