4.1 CX_LIMITED_RANGE Pragma
The IAR CX_LIMITED_RANGE
standard C pragma specifies that the compiler can use
the normal complex mathematic formulas for multiplication, division, and
abs()
. It is ignored by the IAR compiler.
Suggested Replacement
The pragma can be removed. MPLAB XC8 for AVR does not support
<complex.h>
.