当我使用 IQmathLib_IAR_MPY32_5xx_6xx_CPUx_LARGE_CODE_LARGE_DATA.lib 时、如果我将__doub_size 设置为值'64'、编译器将生成错误。
错误是 Module _atoIQN 指定'_double_size'必须为'32'、但模块 main 的值为'64'。
为什么我无法将__double_size 设置为值'64'?
如果我需要64位双精度数、应该怎么办?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
当我使用 IQmathLib_IAR_MPY32_5xx_6xx_CPUx_LARGE_CODE_LARGE_DATA.lib 时、如果我将__doub_size 设置为值'64'、编译器将生成错误。
错误是 Module _atoIQN 指定'_double_size'必须为'32'、但模块 main 的值为'64'。
为什么我无法将__double_size 设置为值'64'?
如果我需要64位双精度数、应该怎么办?