Hey!
On Tue, Oct 19, 2010, leonid.moiseic...@nokia.com wrote:
> Sorry I cannot find a bugzilla.
Linaro GCC uses Launchpad; visit bugs.launchpad.net/gcc-linaro to
report gcc-linaro bugs.
> Sorry I cannot find a bugzilla. One issue detected during compilation
> of ffmpeg, it looks like
>
Hi,
Thanks for hint. I think the fpu=neon is passed correct because assembler
source has the following attributes
.arch armv7-a
.eabi_attribute 27, 3
.eabi_attribute 28, 1
.fpu neon
And neon code actually generated.
--enable-neon is ffmpeg switch to use neon code