[Bug target/95216] Extra space in __builtin_ia32_vec_pack_sfix256 definition
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue May 19 17:11:36 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95216
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> ---
I believe that may be intentional, we use spaces or similar chars to avoid them
user accessible. More recently we use internal functions, but internal
functions aren't target specific.
More information about the Gcc-bugs
mailing list