AMD adds Zen 6 support to the GCC 16 compiler ahead of 2026 CPUs

AMD has started enabling Zen 6 in GCC, a compiler used by many Linux developers. It means software can be built with Zen 6 in mind before the CPUs are on shelves.
The key change is a new build option: “ -march=znver6 “. When developers compile with that flag, the compiler can use Zen 6 specific CPU features. GCC 16.1 is expected around March or April 2026, so this support should land before Zen 6 Ryzen and EPYC chips later in 2026.
In past Zen launches, AMD often added compiler support close to release. Linux distros usually stick to one big compiler version for a long time, so older timing made “day one” optimized builds harder.

Source: Phoronix
The patch also lists new instruction support planned for Zen 6, like AVX512_FP16 plus a set of other AVX-512 related features. These should help with workloads that do a lot of vector and AI-style math, and also some media and data processing tasks.
This is still early enablement. The first merge does not include full tuning data yet, so more updates are expected before GCC 16.1 ships. Accordingto Phoronix, Fedora is expected to pick up GCC 16 as a default compiler release sooner, while Ubuntu 26.04 LTS is expected to stay on GCC 15 by default, so Zen 6 targeting may arrive later there unless users install a newer compiler.
Source: Phoronix