[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] [RFC] x86/cpu: rework instruction set selection
On Sat, 26 Apr 2025 at 11:59, Arnd Bergmann <arnd@xxxxxxxx> wrote: > > Right. With the current set of features, CMOV is almost the > same as 686. My reasoning was that support for CMOV has a > very clear definition, with the instruction either being > available or not. Yeah, I don't think there's any reason to make CMOV a reason to drop support. It has questionable performance impact - I doubt anybody can measure it - and the "maintenance burden" is basically a single compiler flag. (And yes, one use in a x86 header file that is pretty questionable too: I think the reason for the cmov is actually i486-only behavior and we could probably unify the 32-bit and 64-bit implementation) Let's not drop Pentium support due to something as insignificant as that. Particularly as the only half-way "modern" use of the Pentium core is actually the embedded cores (ie old atoms and clones). We have good reasons to drop i486 (and the "fake Pentium" cores that weren't). We _don't_ have good reason to drop Pentium support, I think. > An easy answer here would be > to not have X86_PAE depend on anything, but instead make it > force X86_MINIMUM_CPU_FAMILY=6. Make it so. Linus
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |