[Bug target/82989] [7/8 regression ] Inexplicable use of NEON for 64-bit math
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 19 10:29:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82989
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vmakarov at gcc dot gnu.org
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
>From my completely ARM unaware POV, if NEON is available, it isn't a strict
requirement that NEON must never be used for this, just a matter of
preferences. So perhaps one or two further ?s on the avoid_neon_for_64bits
alternatives to let the RA know it should prefer the GPR alternative which
already contains a single ? and therefore right now is equal preference to the
avoid_neon_for_64bits.
More information about the Gcc-bugs
mailing list