MCPcopy 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
69void ResetPrecisionControl(FPControl old_ctrl) {
70 _control87(old_ctrl, _MCW_PC);
71}
72
73} // end of anonymous namespace
74#endif

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected