Go to previous topic
Go to next topic
Last Post 29 Nov 2012 02:58 AM by  jduran@gem-med.com
Compiler optimizations
 0 Replies
Author Messages
jduran@gem-med.com
New Member
New Member
Posts:79


--
29 Nov 2012 02:58 AM
    Dear all,

    The default optimization options to compile the software in the BSP of DM37x torpedo module are '-O2 -fsigned-char -mfloat-abi=softfp -mfpu=vfp', however TI suggests that the optimization options for the same processor should be: '-march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -ffast-math -mfloat-abi=softfp' [1]. As you see, these options improve the usage of NEON. I would like to know why they are not applied.

    Thanks and Best Regards,
    Joaquim Duran

    [1] http://processors.wiki.ti.../index.php/Cortex-A8


    ---