All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] arch/Config.in.x86: enable SSE2 on Pentium M
@ 2024-03-13 19:17 Stefan Ott via buildroot
  2024-05-12 10:06 ` Thomas Petazzoni via buildroot
  2024-06-08 11:05 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Ott via buildroot @ 2024-03-13 19:17 UTC (permalink / raw)
  To: buildroot; +Cc: Stefan Ott

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 --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
-- 
2.44.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-06-08 11:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-13 19:17 [Buildroot] [PATCH] arch/Config.in.x86: enable SSE2 on Pentium M Stefan Ott via buildroot
2024-05-12 10:06 ` Thomas Petazzoni via buildroot
2024-06-08 11:05 ` Peter Korsgaard

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.