Merged #2536 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2536#event-9481177296
You are receiving this because you are subscribed to this thread.
Message ID:
___
Rpm-maint maili
I'm tempted to call 32bit build not handling 64bit architectures expected
behavior, but I have a hard time arguing against making the detection more
technically correct - I don't know what I'd expect exactly, but having a x86_64
detected as Pentium 3 seems ridiculous too.
Thanks for the patch!
The code to autodetect x86 CPU model runs the cpuid instruction after setting
up 1 in eax. This gives the processor signature back in eax which encodes the
model number.
As per Intel Application Note 485 and AMD publication #25481, when deriving
model, we should look at both the base model in e