Forum Discussion
Altera_Forum
Honored Contributor
10 years agookay, I think I know what is the problem, the system.h is passing the wrong argument for the builtin function. It supposed to be fnff instead of inii.
# define ALT_CI_NIOS_CUSTOM_INSTR_FLOATING_POINT_0(n,A, __builtin_custom_fnff(ALT_CI_NIOS_CUSTOM_INSTR_FLO ATING_POINT_0_N+(n&ALT_CI_NIOS_CUSTOM_INSTR_FLOATI NG_POINT_0_N_MASK),(A),() If you update the system.h, it should remove the additional fixsfsi. Hopefully this works.