<p><b>@nicolas-cellier-aka-nice</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/312#discussion_r245084354">platforms/minheadless/windows/sqPlatformSpecific-Win32.c</a>:</p>
<pre style='color:#555'>> @@ -115,7 +115,12 @@ void
 ioInitPlatformSpecific(void)
 {
     /* Setup the FPU */
-    _controlfp(FPU_DEFAULT, _MCW_EM | _MCW_RC | _MCW_PC | _MCW_IC);
+       /**** 2018.08.07.BenComan TODO, help required.
+        **** x64 does not support _MCW_PC or _MCW_IC per https://msdn.microsoft.com/en-us/library/e9b52ceh.aspx
+        ****/
+       //Original Line// _controlfp(FPU_DEFAULT, _MCW_EM | _MCW_RC | _MCW_PC | _MCW_IC); 
+       _controlfp(FPU_DEFAULT, _MCW_EM | _MCW_RC);
+
</pre>
<p>I've fixed it in the main OpenSmalltalk VM and will backport.<br>
There's a macro FPU_MASK already defined</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/312#discussion_r245084354">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AhLyW86A70VvXTkOpocsGqKRLBKlcdqOks5u_kbagaJpZM4Y8rne">mute the thread</a>.<img src="https://github.com/notifications/beacon/AhLyWzyAe0kNd_K4xQNmP3xS3mQnHbkVks5u_kbagaJpZM4Y8rne.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nicolas-cellier-aka-nice commented on #312"}],"action":{"name":"View Pull Request","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/312#discussion_r245084354"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/312#discussion_r245084354",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/312#discussion_r245084354",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>