summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexa8.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-10 11:36:33 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-10 11:36:33 +0000
commitd2ae519cc3db827aa4b74b300da6dc696200bea1 (patch)
treeb1b3ddaf577e940afc40f0834fbba736b64da193 /meta/conf/machine/include/tune-cortexa8.inc
parent343c2cf010fc078fe506f0e649315e08fad4001a (diff)
downloadpoky-d2ae519cc3db827aa4b74b300da6dc696200bea1.tar.gz
conf/machine/include: Add tuning .inc files from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4615 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/tune-cortexa8.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexa8.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-cortexa8.inc b/meta/conf/machine/include/tune-cortexa8.inc
new file mode 100644
index 0000000000..f886366f10
--- /dev/null
+++ b/meta/conf/machine/include/tune-cortexa8.inc
@@ -0,0 +1,8 @@
1# Instead of using -mfpu=vfp[2] we can use -mfpu=neon to make use of gcc intrinsics[1] and vectorize loops with -ftree-vectorize[3]
2# [1] http://gcc.gnu.org/onlinedocs/gcc/ARM-NEON-Intrinsics.html
3# [2] http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
4# [3] https://support.codesourcery.com/GNUToolchain/kbentry29
5
6TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp"
7FEED_ARCH = "armv7a"
8PACKAGE_ARCH = "armv7a"