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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The __builtin_ia32_* builtins are implementation detail and they can be added
and removed at any time.
The supported APIs are in the *intrin.h headers.
That said, __builtin_ia32_movddup has been removed already in GCC 4.0, only
__builtin_ia32_movddup256 and __builtin_ia32_movddup{128,256,512}_mask are in
newer versions (but again, note these aren't the supported APIs).
And __builtin_ia32_loadss has been removed already in GCC 4.0 too.

Reply via email to