https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115732

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
In Arm v8+ fp and SIMD are just one option.  You can't add FP without adding
SIMD and you can't remove FP without removing SIMD.  Since older versions of
the architecture essentially support SIMD as an extension of the FP extension,
we chose to make the options +simd and +nofp, these being the outer envelope of
the previous options.

Reply via email to