Re: [libav-devel] [PATCH] aarch64: vp9: Fix assembling with Xcode 6.2 and older

2017-06-19 Thread Luca Barbato
On 6/19/17 11:24 AM, Martin Storsjö wrote: > Properly use the b.eq/b.ge instead of the nonstandard form (which > both gas and newer clang accepts though), and expand the register > list that used a range (which the Xcode 6.2 clang, based on clang > 3.5 svn, didn't support). Seems fine. ___

[libav-devel] [PATCH] aarch64: vp9: Fix assembling with Xcode 6.2 and older

2017-06-19 Thread Martin Storsjö
From: Memphiz Properly use the b.eq/b.ge instead of the nonstandard form (which both gas and newer clang accepts though), and expand the register list that used a range (which the Xcode 6.2 clang, based on clang 3.5 svn, didn't support). --- libavcodec/aarch64/vp9itxfm_neon.S | 2 +- libavcodec/