Re: [Rpm-maint] [rpm-software-management/rpm] rpmrc: Fix how x86 models are derived (PR #2536)

2023-06-09 Thread Panu Matilainen
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

Re: [Rpm-maint] [rpm-software-management/rpm] rpmrc: Fix how x86 models are derived (PR #2536)

2023-06-09 Thread Panu Matilainen
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!

[Rpm-maint] [rpm-software-management/rpm] rpmrc: Fix how x86 models are derived (PR #2536)

2023-06-07 Thread Arun Ajith S
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