Intel® C++ Compiler 19.0 Developer Guide and Reference

Intel® Cilk Plus™ Keywords

Intel® Cilk™ Plus is a deprecated feature. Use OpenMP* or Intel® Threading Building Blocks instead. For more information see Migrate Your Application to use OpenMP* or Intel® TBB Instead of Intel® Cilk™ Plus.

There are three supported keywords: _Cilk_spawn,_Cilk_sync and _Cilk_for.

The header file <cilk/cilk.h> defines macros that allow alternative spellings (cilk_spawn, cilk_sync and cilk_for). This document uses the alternative spellings as defined in cilk.h.