https://bugzilla.redhat.com/show_bug.cgi?id=1244196 --- Comment #19 from Kevin Kofler <kevin@xxxxxxxxxxxxxxxx> --- Actually, we don't have to patch V8: Shortly after that announcement, a separate x87 backend (x86 with x87 FP, no SSE2) was added to V8: https://github.com/v8/v8/tree/master/src/x87 So V8 support is actually already there in the source code, we just need the system v8 package to use it (as far as I can see, it currently doesn't) if we are building against system V8. (The last Chromium no-sse2 patch from https://github.com/bircoph/chromium-no-sse2-patch in fact already did set the V8 backend to x87.) There's only the Chromium part to fix, and that's probably not that hard. At least it shouldn't require messing with a JIT compiler. -- 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