Re: [JS-internals] PSA: the JS shell must now be compiled with SSE2 support on x86 platforms

2017-01-03 Thread mskalick
I quess I was dealing with this problem. "-ffloat-store" gcc option was working for me to fix floating point correctness issues. To make jstests passing on x86... On Tuesday, January 3, 2017 at 11:48:49 AM UTC+1, Benjamin Bouvier wrote: > Following > https://groups.google.com/d/topic/mozilla.de

[JS-internals] PSA: the JS shell must now be compiled with SSE2 support on x86 platforms

2017-01-03 Thread Benjamin Bouvier
Following https://groups.google.com/d/topic/mozilla.dev.platform/v3Mz5iuMkig/discussion, Firefox builds now include SSE2 flags on all tier-1 32-bits x86 platforms. The Spidermonkey JS shell using a different build system, the SSE2 flags have not been included until bug 1326027 landed. Bug 1326027 a