All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH] ARMv8 32-bit compiler tunings
@ 2016-03-07 14:34 Daniel Dragomir
  2016-03-07 14:34 ` [PATCH][master] Add tune for 32-bit ARMv8-a Daniel Dragomir
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Dragomir @ 2016-03-07 14:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: otavio.salvador

Hello!

This is a new version for the patch, against master branch:
http://lists.openembedded.org/pipermail/openembedded-core/2016-February/117603.html

@Martin, I pushed the results from testing with your script in a personal repo:
Tune results without the patch - clean open-embedded (master branch):
	https://github.com/ddragomi/tune_test/tree/3f4054dd96e9d96c18e1eb9c5fef9f5ebc77f4a3/tune

Tune results with this patch:
	https://github.com/ddragomi/tune_test/tree/ff9c904fa6fff38efdc72c604e6d5677b64f76a5/tune

And a diff between those here:
        https://github.com/ddragomi/tune_test/commit/ff9c904fa6fff38efdc72c604e6d5677b64f76a5

NOTE: I also added a new fake-machine (axxiaarm) that require arch-arm8a.inc
to test/parse armv8a tunes:
DEFAULTTUNE ?= "armv8a-neon"
require conf/machine/include/arm/arch-armv8a.inc

Previous message:
Starting with linux-yocto-4.1, Intel provides kernel support for its
ARM v8 Axxia platforms, both on 32-bit and 64-bit.
Poky already contains arm 64-bit compiler tunings, so I added 32-bit
tunings based on those for armv7.

The patch that I send you is a draft. Please review it and if it's ok
I will return with thumb and big-endian tunings.

Daniel Dragomir (1):
  Add tune for 32-bit ARMv8-a

 meta/conf/machine/include/arm/arch-armv8a.inc      | 111 +++++++++++++++++++++
 .../conf/machine/include/arm/feature-arm-thumb.inc |   1 +
 2 files changed, 112 insertions(+)
 create mode 100644 meta/conf/machine/include/arm/arch-armv8a.inc

-- 
1.9.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-03-08 11:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07 14:34 [master][PATCH] ARMv8 32-bit compiler tunings Daniel Dragomir
2016-03-07 14:34 ` [PATCH][master] Add tune for 32-bit ARMv8-a Daniel Dragomir
2016-03-08  0:55   ` Otavio Salvador
2016-03-08  2:26     ` Otavio Salvador
2016-03-08 11:37       ` Dragomir Daniel
2016-03-08 11:53         ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.