0
我收到此錯誤MinGW的64位變量在此範圍內沒有聲明 - MinGW的W64
error: '_controlfp' was not declared in this scope
我嘗試使用
#include <float.h>
這是我的發言包括float.h
uint32_t old;
_controlfp_s(&old, _PC_64, _MCW_PC);
但是我仍然遇到這個問題。另外我添加了mingw包含目錄的路徑作爲第一個搜索路徑。有關如何解決此問題的任何建議。