|
|
|
|
|
by brucethemoose2
1064 days ago
|
|
On linux distros, the package manager downloads different binaries based on your CPU. Skylake would be x86-64-v3, Zen 4 would be x86-64-v4, for example. And there are different schemes for multiple architectures in the same program, like hwcaps. |
|