IA MCU psABI support: changes to libraries
[gcc.git] / gcc / builtins.def
index 55ce9f6daa0fe9328a6f7d1ea4e0be260d496a51..80e4a9cab6553821b0ac58d6dcb998b96990338d 100644 (file)
@@ -182,7 +182,9 @@ along with GCC; see the file COPYING3.  If not see
 #define DEF_GOMP_BUILTIN(ENUM, NAME, TYPE, ATTRS) \
   DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, TYPE,    \
                false, true, true, ATTRS, false, \
-              (flag_openmp || flag_tree_parallelize_loops \
+              (flag_openmp \
+               || flag_tree_parallelize_loops > 1 \
+               || flag_cilkplus \
                || flag_offload_abi != OFFLOAD_ABI_UNSET))
 
 /* Builtin used by implementation of Cilk Plus.  Most of these are decomposed