diff mbox series

arch/Config.in.x86: enable SSE2 on Pentium M

Message ID 20240313191736.847855-1-stefan@ott.net
State New
Headers show
Series arch/Config.in.x86: enable SSE2 on Pentium M | expand

Commit Message

Stefan Ott March 13, 2024, 7:17 p.m. UTC
The Pentium M does support SSE2 so it would make sense to enable it.

Signed-off-by: Stefan Ott <stefan@ott.net>
---
 arch/Config.in.x86 | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/Config.in.x86 b/arch/Config.in.x86
index 49823fe885..93a223b7ae 100644
--- a/arch/Config.in.x86
+++ b/arch/Config.in.x86
@@ -72,6 +72,7 @@  config BR2_x86_pentium_m
 	depends on !BR2_x86_64
 	select BR2_X86_CPU_HAS_MMX
 	select BR2_X86_CPU_HAS_SSE
+	select BR2_X86_CPU_HAS_SSE2
 config BR2_x86_pentium2
 	bool "pentium2"
 	depends on !BR2_x86_64