FS#18006 - [chromium] Allow sse2 support in x86_64
Attached to Project:
Arch Linux
Opened by Alain Delacu (al.delacu) - Monday, 25 January 2010, 23:56 GMT
Last edited by Pierre Schmitz (Pierre) - Tuesday, 26 January 2010, 00:02 GMT
Opened by Alain Delacu (al.delacu) - Monday, 25 January 2010, 23:56 GMT
Last edited by Pierre Schmitz (Pierre) - Tuesday, 26 January 2010, 00:02 GMT
|
Details
Description: Chromium compiles by default with sse2 support
included, which is disable in the arch PKGBUILD for the sake
of the i686 package. However, since all x86_64 platforums
include sse2 support, perhaps it would be beneficial to not
apply the disable-sse2-patch for the x86_64 package, e.g. by
removing this line in the PKGBUILD:
patch -p0 -i ${srcdir}/drop_sse2.patch || return 1 with this line: [ "$CARCH" = "i686" ] && patch -p0 -i ${srcdir}/drop_sse2.patch || return 1 Additional info: * package version(s): Chromium |
This task depends upon
Closed by Pierre Schmitz (Pierre)
Tuesday, 26 January 2010, 00:02 GMT
Reason for closing: Not a bug
Additional comments about closing: The patch only affects i686 anyway. Read the build system. x86_64 always uses sse2.
Tuesday, 26 January 2010, 00:02 GMT
Reason for closing: Not a bug
Additional comments about closing: The patch only affects i686 anyway. Read the build system. x86_64 always uses sse2.