Jeroen Lodder

Results 1 issues of Jeroen Lodder

https://github.com/PetteriAimonen/libfixmath/blob/83c5f4438ebc2e781b0f98e4612b56c75db59c9d/libfixmath/fix16.h#L306 Also discusses [here ](https://stackoverflow.com/questions/64857880/gcc-gives-initializer-element-is-not-constant-armcc-does-not/64858179#64858179) on stackoverflow. ``` #define F16C(i, m) \ ( (fix16_t) \ ( \ (( #i[0] ) == '-') \ ? -FIXMATH_COMBINE_I_M((unsigned)( ( (i) * -1) ),...