[arch-general] Disabled asm in x264 on i686
Hi ArchLinux-Team Why are asm optimizations disabled in x264 on i686? In the PKGBUILD is written: [[ "$CARCH" == "i686" ]] && _asm='--disable-asm' Are there any bugs when asm is enabled? Regards Jens
[2013-08-02 07:46:39 +0200] Jens Arm:
Why are asm optimizations disabled in x264 on i686?
Here is the relevant commit: https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/x264&id=a7a9241e6d0e7825c0baf333c49ea080e45a6c02 Unfortunately the log "update to latest commit" is not very helpful; I'll add its author as Cc: since I am not sure if he follows this list. -- Gaetan
On 2013-08-02 07:46, Jens Arm wrote:
Hi ArchLinux-Team
Why are asm optimizations disabled in x264 on i686?
In the PKGBUILD is written: [[ "$CARCH" == "i686" ]] && _asm='--disable-asm'
Are there any bugs when asm is enabled?
Regards Jens
I'm going to revert the change today, possibly in mplayer too. I wanted to avoid text relocation in library, but apparently I broke more than I fixed. -- Bartłomiej Piotrowski http://bpiotrowski.pl/
participants (3)
-
Bartłomiej Piotrowski
-
Gaetan Bisson
-
Jens Arm