Searched refs:_PSTL_PRAGMA (Results 1 – 1 of 1) sorted by relevance
41 # define _PSTL_PRAGMA(x) __pragma(x) macro43 # define _PSTL_PRAGMA(x) _Pragma(# x) macro71 # 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 …]