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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
cpuinfo.c has the body wrapped in
#if __has_include(<sys/auxv.h>)
...
#endif
Perhaps at least for the time being (unless there is another userland way of
testing for SVE ISA presence) __arm_get_current_vg.S content should be wrapped
with that too?

Reply via email to