[Bug tree-optimization/91198] GCC not generating AVX-512 compress/expand instructions
ams at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jul 18 12:59:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91198
--- Comment #1 from Andrew Stubbs <ams at gcc dot gnu.org> ---
I don't believe GCC detects that operation automatically.
It does support the instruction via intrinsics (builtin functions that
correspond to low-level machine features). You should investigate
"__builtin_ia32_compressstoresf512_mask" and friends.
More information about the Gcc-bugs
mailing list