equal
deleted
inserted
replaced
28 // Modify default options to optimize for speed over size in this module. |
28 // Modify default options to optimize for speed over size in this module. |
29 OPTION ARMCC -O3 -Otime |
29 OPTION ARMCC -O3 -Otime |
30 ALWAYS_BUILD_AS_ARM |
30 ALWAYS_BUILD_AS_ARM |
31 |
31 |
32 // Uncomment the following flags to enable ARMv6 and/or VFP optimizations. |
32 // Uncomment the following flags to enable ARMv6 and/or VFP optimizations. |
33 //#define __ARMV6_SUPPORT |
33 #define __ARMV6_SUPPORT |
34 //#define __VFPV2_SUPPORT |
34 #define __VFPV2_SUPPORT |
35 |
35 |
36 #ifdef ARMCC |
36 #ifdef ARMCC |
37 #ifdef __ARMV6_SUPPORT |
37 #ifdef __ARMV6_SUPPORT |
38 MACRO M3G_HW_ARMV6 |
38 MACRO M3G_HW_ARMV6 |
39 OPTION_REPLACE ARMCC --cpu 6 |
39 OPTION_REPLACE ARMCC --cpu 6 |