On 31/01/13 01:07, Diego Biurrun wrote: > On Wed, Jan 30, 2013 at 03:51:20PM +0200, Martin Storsjö wrote: >> On Tue, 29 Jan 2013, Diego Biurrun wrote: >> >>> This avoids SIMD-optimized functions having to sign-extend their >>> line size argument manually to be able to do pointer arithmetic. >>> --- >>> >>> Extracted from the big hpel megapatch. >>> >>> This is FATE-tested on x86_64 and x86_32 in all sorts of configurations >>> and with different cpuflags. All other arches need testing still. >> >> Passes fate on ARM. > > Reportedly also passes FATE on sparc32, ppc32, ppc64; sparc64 fails due > to compiler bugs even before applying this patch apparently.
Strange, here it builds fine. --cross-prefix=bfin-uclinux- --target-os=linux --arch=bfin /tmp/libav-bfin-201302041024 ~ real 0m50.760s user 10m9.444s sys 0m34.837s bfin build succeeded ~ --cross-prefix=x86_64-pc-linux-gnu- --target-os=linux --arch=x86_64 --enable-shared /tmp/libav-x86_64-201302041024 ~ real 0m41.523s user 13m8.742s sys 0m42.409s x86_64 build succeeded ~ --cross-prefix=ia64-unknown-linux-gnu- --target-os=linux --arch=ia64 /tmp/libav-ia64-201302041024 ~ real 2m52.869s user 26m4.403s sys 0m53.507s ia64 build succeeded ~ --cross-prefix=alpha-unknown-linux-gnu- --target-os=linux --arch=alpha /tmp/libav-alpha-201302041024 ~ real 1m30.183s user 17m37.474s sys 0m43.309s alpha build succeeded ~ --cross-prefix=sparc64-unknown-linux-gnu- --target-os=linux --arch=sparc64 /tmp/libav-sparc64-201302041024 ~ real 1m8.500s user 15m2.629s sys 0m41.092s sparc64 build succeeded ~ --cross-prefix=armv7a-hardfloat-linux-gnueabi- --target-os=linux --arch=armv7a --enable-shared /tmp/libav-arm-201302041024 ~ real 1m19.918s user 15m39.721s sys 0m52.596s arm build succeeded ~ --cross-prefix=powerpc64-unknown-linux-gnu- --target-os=linux --arch=powerpc64 /tmp/libav-powerpc64-201302041024 ~ real 0m59.660s user 16m18.654s sys 0m45.236s powerpc64 build succeeded lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
