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

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #7)
> The other option is to change how intrinsics work on x86 and use resolve
> overloads inside the backend like how aarch64, arm and rs6000 backends all
> handle intrinsics these days.

Ugh no, that is terrible.  Not being able to actually figure out what the
header provides as intrinsics, with what arguments etc. from anything but
documentation is bad.

Reply via email to