Difference between revisions of "Talk:Subarches"

From Funtoo
Jump to navigation Jump to search
(edit descriptions in the table?)
Line 10: Line 10:


How do we edit those Descriptions? Would like to make it more clear what they mean to the average user. -grouche
How do we edit those Descriptions? Would like to make it more clear what they mean to the average user. -grouche
Intel doesn't always support the same extensions for all CPU's within the same subarch.
For example Westmere Pentium's don't support SSE4.1, SSE4.2 and POPCNT
Always query your CPU for supported extensions by booting into linux, check flags from "cat /proc/cpuinfo" 
Choose a stage 3 compiled with march that has no extension not supported by your CPU flags. 
https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html

Revision as of 23:29, February 23, 2023

   Note

Editors: While this information is available in other places, such as Wikipedia, it often takes some time to study and cross-reference the various articles to get a good understanding of each type of sub-architecture, and this information generally isn't all collected neatly in one place. When possible, links to more detailed Wikipedia pages are provided. You are encouraged to help maintain this page as well as the Wikipedia articles referenced here.


mkultra@spaceball-1 ~ $ cpuid | tail -n 1

  (synth) = AMD Phenom Quad-Core (Agena), 65nm 9950 Quad-Core Processor

i know that my system's k10, but how do we figure something out that lines up 1-1 that this subarch is definitely your sub arch? Threesixes (talk) 21:49, February 4, 2015 (UTC)


How do we edit those Descriptions? Would like to make it more clear what they mean to the average user. -grouche

Intel doesn't always support the same extensions for all CPU's within the same subarch. For example Westmere Pentium's don't support SSE4.1, SSE4.2 and POPCNT Always query your CPU for supported extensions by booting into linux, check flags from "cat /proc/cpuinfo" Choose a stage 3 compiled with march that has no extension not supported by your CPU flags. https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html