Re: finding in 4.5.2 20101003 (Linaro) [release 4.5-2010.10-0]

2010-10-19 Thread Loïc Minier
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 >

RE: finding in 4.5.2 20101003 (Linaro) [release 4.5-2010.10-0]

2010-10-19 Thread leonid.moiseichuk
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