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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Don't use the builtins directly.
Instead use the x86 intrins (_mm256_and_si256, _mm256_or_si256, etc.)
themselves or use the GNU vector extension to do and/or/xor.

Reply via email to