llvm-mirror/pstl

Incorrect documentation for limitation part.

PovelikinRostislav opened this issue · 0 comments

Hi,

unseq and par_unseq policies only have effect with compilers that support #pragma omp simd or #pragma simd.

Execution of algorithm with par_unseq policy should have effect from parallel backend, but not from OpenMP SIMD in case compiler does not support mentioned pragmas.