public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/99464] New: #pragma GCC target("arch=cannonlake") does not work with a -msha builtin
Date: Mon, 08 Mar 2021 11:54:06 +0000	[thread overview]
Message-ID: <bug-99464-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 99464
           Summary: #pragma GCC target("arch=cannonlake") does not work
                    with a -msha builtin
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---
              Host: x86_64-linux-gnu

The following does not work:

$ cat pragma.c
#pragma GCC target("arch=cannonlake")

#include <immintrin.h>

volatile __m128i x;

void extern
sha_test (void)
{
  x = _mm_sha1msg1_epu32 (x, x);
}

$ gcc pragma.c -c
In file included from
/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/11.0.1/include/immintrin.h:97,
                 from pragma.c:3:
/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/11.0.1/include/shaintrin.h:
In function ‘sha_test’:
/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/11.0.1/include/shaintrin.h:41:20:
error: ‘__builtin_ia32_sha1msg1’ needs isa option -msha
   41 |   return (__m128i) __builtin_ia32_sha1msg1 ((__v4si) __A, (__v4si)
__B);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I've got patch for it.

             reply	other threads:[~2021-03-08 11:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-08 11:54 marxin at gcc dot gnu.org [this message]
2021-03-08 11:54 ` [Bug target/99464] " marxin at gcc dot gnu.org
2021-03-09  8:27 ` cvs-commit at gcc dot gnu.org
2021-03-09  8:27 ` marxin at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-99464-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).