【发布时间】:2015-03-18 22:48:27
【问题描述】:
我在 Mingw 64 位中遇到此错误
error: '_controlfp' was not declared in this scope
我尝试使用包含float.h
#include <float.h>
这是我的声明
uint32_t old;
_controlfp_s(&old, _PC_64, _MCW_PC);
但是我仍然遇到这个问题。我还添加了 mingw 包含目录的路径作为搜索的第一个路径。有关如何解决此问题的任何建议。
【问题讨论】: