]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Update FP8 dependencies for -mcpu=olympus
authorKyrylo Tkachov <ktkachov@nvidia.com>
Tue, 22 Apr 2025 13:17:34 +0000 (06:17 -0700)
committerKyrylo Tkachov <ktkachov@nvidia.com>
Tue, 22 Apr 2025 13:55:11 +0000 (15:55 +0200)
commit5d5e8e87a42af8c0d962fa16dc9835fb71778250
tree410bc078b2c68372e3680b8c22fd58b1e0feb118
parent6390fc86995fbd5239497cb9e1797a3af51d3936
aarch64: Update FP8 dependencies for -mcpu=olympus

We had not noticed that after g:299a8e2dc667e795991bc439d2cad5ea5bd379e2 the
FP8FMA and FP8DOT4 features aren't implied by FP8FMA.  The intent is for
-mcpu=olympus to support all of them.
Fix the definition to include the relevant sub-features explicitly.

Signed-off-by: Kyrylo Tkachov <ktkachov@nvidia.com>
gcc/

* config/aarch64/aarch64-cores.def (olympus): Add fp8fma, fp8dot4
explicitly.
gcc/config/aarch64/aarch64-cores.def