Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ ResetPrecisionControl
Function
ResetPrecisionControl
src/config.cc:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void ResetPrecisionControl(FPControl old_ctrl) {
70
_control87(old_ctrl, _MCW_PC);
71
}
72
73
} // end of anonymous namespace
74
#endif
Callers
2
wabt_convert_uint64_to_double
Function · 0.85
wabt_convert_uint64_to_float
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected