Developer Reference Intel® CPU Runtime for OpenCL™ Applications
ID
773107
Date
12/19/2018
Public
Preprocessor Options
The following is the list of preprocessor options supported on both the Intel® Core™ and Intel® Xeon™ processors:
| Option | Description |
|---|---|
| -D <name> | Predefines name as a macro, with definition 1. |
| -D <name=definition> | The contents of definition become tokens and are processed as if they appeared during translation phase three in a #define directive. The definition is truncated by embedded new-line characters. |
| -I <dir> | Adds directory <dir> to the list of directories for header files search. |