From 485f07dd4c41a211041e73351b4477e21bbc2d68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adrien=20B=C3=A9raud?= Date: Mon, 20 Jan 2014 12:35:17 -0500 Subject: [PATCH] arch: use BR2_X86_CPU_HAS_SSE4, SSE42 with jaguar MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This follow-up commit adds support for SSE 4 and SSE 4.2 to the jaguar architecture. Signed-off-by: Adrien Béraud Signed-off-by: Peter Korsgaard --- arch/Config.in.x86 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/Config.in.x86 b/arch/Config.in.x86 index bbedfb4ac2..8f6a527fe0 100644 --- a/arch/Config.in.x86 +++ b/arch/Config.in.x86 @@ -131,6 +131,8 @@ config BR2_x86_jaguar select BR2_X86_CPU_HAS_SSE2 select BR2_X86_CPU_HAS_SSE3 select BR2_X86_CPU_HAS_SSSE3 + select BR2_X86_CPU_HAS_SSE4 + select BR2_X86_CPU_HAS_SSE42 config BR2_x86_geode bool "geode" # Don't include MMX support because there several variant of geode -- 2.30.2