Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tune-i686: Add new tune for better support of 686-class CPUs. | Carlos Alberto Lopez Perez | 2018-01-18 | 1 | -0/+27 |
There isn't currently any tune available for i686 x86 optimizations. The tune for i586 doesn't enable i686 specific optimizations, and the one for core2 enables things that won't work on a i686 CPU (like SSE3). Make the tune for core2 inherits from this one and move there the setting of X86ARCH32. (From OE-Core rev: c08f76ba0654e43074b6b964f728765918dbfb09) Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |