Is fixed point math supported?
Impulse C includes fixed width integer data types which can be used to implement basic fixed-point operations, but does not include support for a complete fixed-point math library (which must include such things as saturation and rounding modes, etc.). Fixed point math features are being considered for a future release.