]> code.ossystems Code Review - openembedded-core.git/commit
tune-corei7: Add support for cpu-type corei7
authorDarren Hart <dvhart@linux.intel.com>
Fri, 17 Jan 2014 22:26:11 +0000 (22:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2014 00:48:22 +0000 (00:48 +0000)
commit21f8ce2a4b94034284eb74b9c3b4c9cc638511d6
treedf4bb7496efac7a7ee8e7f9ac13bdc550fd57401
parent69e6395b8d11e2940892a6293ecbbe645c2a478b
tune-corei7: Add support for cpu-type corei7

corei7 offers a significant advancement since the previous core2
cpu-type described in the tune-core2 file.

From the GCC(1):
Intel Core i7 CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3,
               SSSE3, SSE4.1 and SSE4.2 instruction set support.

This offers optimizations for Nehalem and Silvermont (e.g. Bay Trail)
CPUs (and beyond).

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/tune-corei7.inc [new file with mode: 0644]