The icx and icpx Intel compilers are selected by WM_COMPILER=Icx These compilers are based on the Clang front-end and hence the configuration files are based on and nearly identical to those for Clang. Support for the new OneAPI compilers replaces the now deprecated Intel icc, icpc compilers.
6 lines
432 B
Plaintext
6 lines
432 B
Plaintext
c++DBUG =
|
|
#c++OPT = -O3 -fno-tree-slp-vectorize -floop-optimize -falign-loops -falign-labels -falign-functions -falign-jumps -fprefetch-loop-arrays -mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=hard
|
|
c++OPT = -O3 -fno-tree-slp-vectorize -floop-optimize -falign-loops -falign-labels -falign-functions -falign-jumps -fprefetch-loop-arrays -mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=softfp
|
|
|
|
ROUNDING_MATH = -frounding-math
|