I have RX 7600 on EndeavourOS. The installation is 2 years old or so, so I don’t remember everything. Normally for gaming you don’t need any extra packages, because Mesa (which contains the Open Source AMD GPU drivers) is in the Kernel. Usually that’s all you need for gaming. However I do have installed some vulkan related packages. The package info says this is required by steam
, so you might have it already. yay -Qi vulkan-radeon
to see your information about the current installed package (which tells me what installed package requires it) or lookup from repository with yay -Si vulkan-radeon
. You can read more here: https://wiki.archlinux.org/title/AMDGPU
Intel can’t stop the L.
As for the claims and benchmarking, we need to see how much it actually improves. Because the 94x performance boost is compared to baseline when no AVX or SIMD is used (if I understand the blog post correctly). So I wonder how much the handwritten AVX-512 assembler code improves over an AVX-512 code written in C (or Rust maybe?). The exact hardware used to benchmark this is not disclosed either, unfortunately.