[oe-commits] org.oe.dev tune-cortexa8: enable tree-vectorizer to get proper NEON support

koen commit oe at amethyst.openembedded.net
Sun May 18 12:43:30 UTC 2008


tune-cortexa8: enable tree-vectorizer to get proper NEON support

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: eb9d3f4c234d73dca5fa92f4ba40d807a6253b54
ViewMTN: http://monotone.openembedded.org/revision/info/eb9d3f4c234d73dca5fa92f4ba40d807a6253b54
Files:
1
conf/machine/include/tune-cortexa8.inc
Diffs:

#
# mt diff -r59d8e866c793918f7b542bf3e7da4eb352befaa0 -reb9d3f4c234d73dca5fa92f4ba40d807a6253b54
#
#
#
# patch "conf/machine/include/tune-cortexa8.inc"
#  from [8ce9346cd012a0659a0967b2e43edcfc2dfaf921]
#    to [ffd911180ea7eb03d473826a023a54d88a219438]
#
============================================================
--- conf/machine/include/tune-cortexa8.inc	8ce9346cd012a0659a0967b2e43edcfc2dfaf921
+++ conf/machine/include/tune-cortexa8.inc	ffd911180ea7eb03d473826a023a54d88a219438
@@ -3,6 +3,6 @@
 # [2] http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html 
 # [3] https://support.codesourcery.com/GNUToolchain/kbentry29
 
-TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=vfp -mfloat-abi=softfp"
+TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp"
 FEED_ARCH = "armv7a"
 PACKAGE_ARCH = "armv7a"






More information about the Openembedded-commits mailing list