Advanced Optimization Options
- daal, Qdaal
Tells the compiler to link to certain libraries in the Intel® oneAPI Data Analytics Library (oneDAL).
- ffreestanding
Ensures that compilation takes place in a freestanding environment.
- fjump-tables
Determines whether jump tables are generated for switch statements.
- ipp, Qipp
Tells the compiler to link to the some or all of the Intel® Integrated Performance Primitives (Intel® IPP) libraries.
- ipp-link, Qipp-link
Controls whether the compiler links to static or dynamic threaded Intel® Integrated Performance Primitives (Intel® IPP) run-time libraries.
- mkl, Qmkl
Tells the compiler to link to certain libraries in the Intel® oneAPI Math Kernel Library (oneMKL). On Windows systems, you must specify this option at compile time.
- tbb, Qtbb
Tells the compiler to link to the Intel® oneAPI Threading Building Blocks (oneTBB ) libraries.
- unroll
Tells the compiler the maximum number of times to unroll loops.