https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83292
--- Comment #5 from Andrew Church <achurch+gcc at achurch dot org> --- (In reply to Uroš Bizjak from comment #4) > You can use __attribute__((__target__("no-mmx"))): Thanks, that's useful to know and it seems to work around the problem for my use case. That said, if __builtin_apply() and friends are eventually to be deprecated, my point stands about the utility of having some equivalent to the "return(apply(...))" formulation.