It would be nice to goup and set cpu features as CPU_FEATURES="mmx sse sse2". Can you please move the USE="mmx sse sse2" and others to an expanded use? The second idea is to implement CPU_FEATURES="native" that auto-detects the features supported by local /proc/cpuinfo. Reproducible: Always
don't know why this was bounced to me ... i think this came up on gentoo-dev at some point. if it didn't, that would be the place to post this idea. CPU_FEATURES="native" might require PMS support
and it has indeed been argued a couple of times. suggest you review those threads in the archives first before starting a new one so we don't waste time rehashing the same crap. [gentoo-dev] [RFC] Adding CPUFLAGS USE_EXPAND variable to the profiles From: Danny van Dyk <kugelfang@gentoo.org> To: gentoo-dev@lists.gentoo.org Date: 07.07.2006 10:20 [gentoo-dev] Replacing cpu-feature USE flags From: Diego Pettenò <flameeyes@gentoo.org> To: gentoo-dev@lists.gentoo.org Date: 06.07.2006 06:52
(In reply to SpanKY from comment #1) > CPU_FEATURES="native" might require PMS support Not going to happen anytime soon.
Ah, this old issue ;-) The current CPU_FLAGS implementation covers the reason, why I opened the issue. For "native" the app-portage/cpuid2cpuflags exists. From my point of view this issue is solved.
(In reply to Alexander Weber from comment #4) > Ah, this old issue ;-) > > The current CPU_FLAGS implementation covers the reason, why I opened the > issue. > For "native" the app-portage/cpuid2cpuflags exists. > > From my point of view this issue is solved. Agreed.