Re: [libav-devel] [RFC] arm: use HAVE_NEON_INLINE for NEON inline asm

2012-10-05 Thread Måns Rullgård
Janne Grunau writes: > This allows a build with -march=armv7-a -mfpu=vfpv3-d16 to still use > external NEON asm if the target supports it. Since there is no auto > detection of NEON cpuflags have to be used on targets without NEON. > > --- > configure| 2 +- > libavcodec/arm/aac.h |

Re: [libav-devel] [RFC] arm: use HAVE_NEON_INLINE for NEON inline asm

2012-10-05 Thread Janne Grunau
On 2012-10-05 17:34:57 +0200, Janne Grunau wrote: > This allows a build with -march=armv7-a -mfpu=vfpv3-d16 to still use > external NEON asm if the target supports it. Since there is no auto > detection of NEON cpuflags have to be used on targets without NEON. > > --- > configure| 2 +-

[libav-devel] [RFC] arm: use HAVE_NEON_INLINE for NEON inline asm

2012-10-05 Thread Janne Grunau
This allows a build with -march=armv7-a -mfpu=vfpv3-d16 to still use external NEON asm if the target supports it. Since there is no auto detection of NEON cpuflags have to be used on targets without NEON. --- configure| 2 +- libavcodec/arm/aac.h | 4 ++-- libavcodec/arm/dca.h | 2 +-