]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Rename FLAG_AUTO_FP to FLAG_QUIET
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 5 Dec 2024 15:33:09 +0000 (15:33 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 5 Dec 2024 15:33:09 +0000 (15:33 +0000)
commitbd7363ed699cae78bd87d23922fdbf3dd51fa03b
tree91f07df1718d436194d6e39fa4690b21039f4a38
parent9163d16e4f56ced25839ff246c56e166ae62e962
aarch64: Rename FLAG_AUTO_FP to FLAG_QUIET

I'd suggested the name "FLAG_AUTO_FP" to mean "automatically derive
FLAG_FP from the mode", i.e. automatically decide whether the function
might read the FPCR or might raise FP exceptions.  However, the flag
currently suppresses that behaviour instead.

This patch renames FLAG_AUTO_FP to FLAG_QUIET.  That's probably not a
great name, but it's also what the SVE code means by "quiet", and is
borrowed from "quiet NaNs".

gcc/
* config/aarch64/aarch64-builtins.cc (FLAG_AUTO_FP): Rename to...
(FLAG_QUIET): ...this and update all references.
* config/aarch64/aarch64-simd-builtins.def: Update all references
here too.
gcc/config/aarch64/aarch64-builtins.cc
gcc/config/aarch64/aarch64-simd-builtins.def