------- Comment #8 from ramana at gcc dot gnu dot org  2009-06-22 22:57 -------
(In reply to comment #5)
> Compiling with gcc 4.4.1 with options "-Os -mtune=cortex-a8" I get this:

Try with -mcpu=cortex-a8 . -mtune=cortex-a8 doesn't choose the cpu for that , 
insn selection for the arm port happens with mcpu and tuning and costs are
controlled by mtune.
And no it isn't a whole load better :)


I had configured the toolchain with --with-cpu=cortex-a8.

Thanks,
Ramana


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40487

Reply via email to