Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/pstl/
A Dpstl_config.h45 #define __PSTL_PRAGMA(x) __pragma(x) macro
47 #define __PSTL_PRAGMA(x) _Pragma(#x) macro
65 #define __PSTL_PRAGMA_SIMD __PSTL_PRAGMA(omp simd)
66 #define __PSTL_PRAGMA_DECLARE_SIMD __PSTL_PRAGMA(omp declare simd)
67 #define __PSTL_PRAGMA_SIMD_REDUCTION(PRM) __PSTL_PRAGMA(omp simd reduction(PRM))
69 #define __PSTL_PRAGMA_SIMD __PSTL_PRAGMA(simd)
71 #define __PSTL_PRAGMA_SIMD_REDUCTION(PRM) __PSTL_PRAGMA(simd reduction(PRM))
79 #define __PSTL_PRAGMA_FORCEINLINE __PSTL_PRAGMA(forceinline)
85 #define __PSTL_PRAGMA_SIMD_SCAN(PRM) __PSTL_PRAGMA(omp simd reduction(inscan, PRM))
117 #define __PSTL_PRAGMA_SIMD_EARLYEXIT __PSTL_PRAGMA(omp simd early_exit)
[all …]

Completed in 2 milliseconds