Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里和这里看到dllMain改变了我的 FPU 的控制字,我需要:
dllMain
_control87(_CW_DEFAULT, _CW_DEFAULT);
所以它会恢复正常。但没有人说明为什么这样做。
有谁知道为什么我的 dllMain 会这样做?在什么编译器上?只有视觉工作室?为什么微软决定在我不知道我的每个 dll 的情况下设置我的 FPU 控制字是个好主意?有没有办法改变这种行为?