Home
last modified time | relevance | path

Searched refs:_PSTL_PRAGMA (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/pstl/include/pstl/internal/
Dpstl_config.h41 # define _PSTL_PRAGMA(x) __pragma(x) macro
43 # define _PSTL_PRAGMA(x) _Pragma(# x) macro
71 # define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(omp simd)
72 # define _PSTL_PRAGMA_DECLARE_SIMD _PSTL_PRAGMA(omp declare simd)
73 # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(omp simd reduction(PRM))
75 # define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
77 # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
85 # define _PSTL_PRAGMA_FORCEINLINE _PSTL_PRAGMA(forceinline)
91 # define _PSTL_PRAGMA_SIMD_SCAN(PRM) _PSTL_PRAGMA(omp simd reduction(inscan, PRM))
92 # define _PSTL_PRAGMA_SIMD_INCLUSIVE_SCAN(PRM) _PSTL_PRAGMA(omp scan inclusive(PRM))
[all …]