* [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
* Re: [Buildroot] [PATCH] arch/Config.in.x86: enable SSE2 on Pentium M
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
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-12 10:06 UTC (permalink / raw)
To: Stefan Ott via buildroot; +Cc: Stefan Ott
On Wed, 13 Mar 2024 20:17:36 +0100
Stefan Ott via buildroot <buildroot@buildroot.org> wrote:
> 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(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] arch/Config.in.x86: enable SSE2 on Pentium M
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
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-06-08 11:05 UTC (permalink / raw)
To: Stefan Ott via buildroot; +Cc: Stefan Ott
>>>>> "Stefan" == Stefan Ott via buildroot <buildroot@buildroot.org> writes:
> The Pentium M does support SSE2 so it would make sense to enable it.
> Signed-off-by: Stefan Ott <stefan@ott.net>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox