]> gcc.gnu.org Git - gcc.git/commit
aarch64: Add march flags for +fp8 arch extensions
authorClaudio Bantaloukas <claudio.bantaloukas@arm.com>
Wed, 31 Jul 2024 13:42:39 +0000 (14:42 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Wed, 31 Jul 2024 13:42:39 +0000 (14:42 +0100)
commit72ebbc3b2bb9bb3649f1222f731a9b4d0197499e
tree0f1f23fad3364334b93117efb81f5b8184e1fcbf
parentbbc9c0423ca754e8e6ff80e08948ff52986337a0
aarch64: Add march flags for +fp8 arch extensions

This introduces the relevant flags to enable access to the fpmr register and fp8 intrinsics, which will be added subsequently.

gcc/ChangeLog:

* config/aarch64/aarch64-option-extensions.def (fp8): New.
* config/aarch64/aarch64.h (TARGET_FP8): Likewise.
* doc/invoke.texi (AArch64 Options): Document new -march flags
and extensions.

gcc/testsuite/ChangeLog:

* gcc.target/aarch64/acle/fp8.c: New test.
gcc/config/aarch64/aarch64-option-extensions.def
gcc/config/aarch64/aarch64.h
gcc/doc/invoke.texi
gcc/testsuite/gcc.target/aarch64/acle/fp8.c [new file with mode: 0644]
This page took 0.06035 seconds and 5 git commands to generate.