uname (5.0) reports my athlon-mp to be an i686...

Valid detections for my hardware would include:

athlon
athlon-xp
athlon-mp

however, the algorithm should also check the number of CPUs for what would otherwise be an xp detection and set "mp" when appropriate.

I looked at the source and couldn't make heads or tails out of it... It was not clear at all how exactly the chip was being identified or which header it was getting its information from... If there is someone else I should report this to please tell me...

In general any modern CPU detection algorithm sholud look at the CPU's reported vendor name and never report anything other than "GENUINEINTEL' parts as ix86.

For recient "AUTHONTICAMD" parts the name should either be athlon or opteron... and Nx86 for parts not in the database where N is the reported generation.



_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to