Originally posted by [deXter]
View Post
However, Zen 4 includes more than the Skylake-level AVX-512 functionality found in v4.
That said, I'm not sure how much benefit you'll get from those other extensions, aside from in software packages specifically optimized for them.
Also, using -mtune=znver4 could enable instruction cost tables specific to zen 4, depending on whether AMD ever got around to contributing them. Note that -mtune is implied by -march (for x86, at least; I think it's not true for ARM).
Comment