[vlc-devel] [PATCH 2/3] contrib/speex: fix compilation for non-ARMv7 iOS targets

Felix Paul Kühne fkuehne at videolan.org
Wed Jan 22 15:15:45 CET 2014


Hey Rémi,

On 22.01.2014, at 14:42, Rémi Denis-Courmont <remi at remlab.net> wrote:

> On Wed, 22 Jan 2014 14:16:45 +0100, Felix Paul Kühne
> <fkuehne at videolan.org>
> wrote:
>> the neon code included in speex doesn't do ARMv8 yet
> 
> ARMv8 as 64-bits ARM (i.e. AArch64) is not ARM and so NEON assembler is
> unapplicable.

This is exactly the problem. Since the iOS branch treats AArch64 as an arm platform with compiled -arch arm64, speex tries to attempt to compile its ARMv7 assembly, which obviously fails.

Anyway, patch revoked as it wasn't intended to be pushed here. Sorry for the noise.

Best regards,

Felix




More information about the vlc-devel mailing list