Hello,
I am not able to perform fast integer division. I tried the following code below:
#include <stdlib.h> int16_t testresult = 0; testresult = __traditional_div_i16byi16(1,1);
And i get this error:
#515 a value of type "ldiv_t" cannot be assigned to an entity of type "int16_t"
Any idea why is this happening?
I have enabled --idiv0_support:
-v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 --vcu_support=vcu2 -O4 --opt_for_speed=5 --fp_mode=relaxed --fp_reassoc=on --

I am not able to use any of these:
