P99

◆ P99_PARALLEL_PRAGMA

#define P99_PARALLEL_PRAGMA

A token sequence that can be used in a #pragma directive to indicate a parallel for-loop.

When using this in a #pragma, the resulting code may then be parallelized and (if the platform supports this) multiple threads may be used to speed up execution. This will only be effective if your compiler supports the Open Multi-Processing extension (OpenMP for short, or OMP even shorter) and you enabled its use.

Definition at line 960 of file p99_compiler.h.