Intel Xeon CPUs are easier to configure for me than Ryzen, I still don't understand how Ryzen CPUs are made, one other thing is Xeon CPUs support AES, with AES you will definitely get higher hashrate compare to the default hashrate
Every x86_64 CPU built in the last 10 years has AES.
I don't know what you mean that yoy don't unerstand how Ryzen's are made.
The only thing that affects mining is you need to set cpu affinity on Ryzen when using
fewer threads than avaiable. On Intel it isn't necessary.
On Intel thread 1 is on core 1 while on Ryzen thread 2 is on core 1 SMT with thread 0.
To use 8 of 16 threads on intel the default affinity 0x00ff assures only one thread per
physical core.
With Ryzen you need to specify affinity 0x5555 or 0xaaaa (alternating 0 & 1) to avoid putting 2
threads on the same physical core.