https://bugzilla.redhat.com/show_bug.cgi?id=1244196 --- Comment #21 from Kevin Kofler <kevin@xxxxxxxxxxxxxxxx> --- No wonder the patch against Chromium v38 from https://github.com/bircoph/chromium-no-sse2-patch does not work: It removes -msse2, but not -mfpmath=sse, which also requires SSE2! It is also otherwise hackish, in particular, it completely removes SSE2 support for x86 instead of making it conditional on ENABLE_SSE2. We can definitely do better. The "no-sse4" patch that patches the bundled libvpx is also bogus, because that code (and also the SSE2 code that is also there) is runtime-detected and as such should not be an issue. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review