On Fri, May 20, 2016 at 07:33:47AM -0400, joel maher wrote:
> we have 32 bit windows builds, are there specific concerns you have about
> the perf impact of SSE2 and linux32 builds?

GCC is not MSVC. They don't do the same kinds of optimizations (in fact,
MSVC happily uses both x87 and SSE when enabling SSE, GCC is supposed to
not use x87). One would expect improvements, but it could as well be 0.1%
or 10%, we wouldn't know unless we measure it...

Mike
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to