TMS320F2800156-Q1: EABI与COFF格式切换

Part Number: TMS320F2800156-Q1

在切换COFF格式至EABI格式报警告#3195-D (Performance) EABI double precision is 64-bits as opposed to 32-bits for COFF. Consider changing doubles to floats for improved performance in FPU32-mode.

代码是 speed_cmd_step_up = _IQmpy(motor_acc_rpm_pu_s_up,_IQ(1.0f/randomfreq)),如何保持EABI格式且该代码不报警告,或者警告对实际程序编译执行是否有影响?