https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112109
--- Comment #6 from Robin Dapp <rdapp at gcc dot gnu.org> --- Should we close this? I think all of the routines are in or are we missing something still? What's IMHO still a TODO is to honor TARGET_MAX_LMUL for some of the builtins that came first. memcpy for example always uses LMUL8 regardless of TARGET_MAX_LMUL while some others honor it. That should be consistent at least, no matter how the discussion about LMUL continues.