On Nov 24, 5:06 am, Erik Corry <[email protected]> wrote:
> Yes it does.  Looks like the Chromium build scripts are assuming SSE2.
>  It used to be that if you built the Chrome branded browser it would
> assume SSE2,  but if you built it Chromium branded then it built
> without SSE2.  That was pretty sucky and may have been changed.  There
> was also an issue where there were some webkit tests that broke
> without SSE2 because of tiny variations in floating point precision...

This Thanksgiving, my thanks go out to Erik and Vitaly.
I was able to resolve this issue because of your suggestions.
You are right Erik, the Chromium gyp files default to -march=pentium4
and -msse2. But, I changed it to -march=pentium3 and -msse and
everything worked fine. I have a working locally built Chromium now.

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to