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

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

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC does what it is told to, unlike the -mveclibabi= options the calls to glibc
libmvec are arranged through source changes.
So, if you want to avoid that, you need to ask the glibc folks to provide some
macro to disable the <bits/math-vector.h> stuff and use that macro in addition
to -mveclibabi=.

Reply via email to