public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/59996] New: Use OPTION_MASK_ISA_SSE2 with SHA intrinsics?
@ 2014-01-30 19:17 hjl.tools at gmail dot com
  2014-01-30 19:17 ` [Bug target/59996] " hjl.tools at gmail dot com
  2014-01-30 21:16 ` hjl.tools at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2014-01-30 19:17 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59996

            Bug ID: 59996
           Summary: Use OPTION_MASK_ISA_SSE2 with SHA intrinsics?
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: kirill.yukhin at intel dot com

i386 has

  /* SHA */
  { OPTION_MASK_ISA_SSE2, CODE_FOR_sha1msg1, 0, IX86_BUILTIN_SHA1MSG1, UNKNOWN,
(int) V4SI_FTYPE_V4SI_V4SI },
  { OPTION_MASK_ISA_SSE2, CODE_FOR_sha1msg2, 0, IX86_BUILTIN_SHA1MSG2, UNKNOWN,
(int) V4SI_FTYPE_V4SI_V4SI },
  { OPTION_MASK_ISA_SSE2, CODE_FOR_sha1nexte, 0, IX86_BUILTIN_SHA1NEXTE,
UNKNOWN, (int) V4SI_FTYPE_V4SI_V4SI },
  { OPTION_MASK_ISA_SSE2, CODE_FOR_sha1rnds4, 0, IX86_BUILTIN_SHA1RNDS4,
UNKNOWN, (int) V4SI_FTYPE_V4SI_V4SI_INT },
  { OPTION_MASK_ISA_SSE2, CODE_FOR_sha256msg1, 0, IX86_BUILTIN_SHA256MSG1,
UNKNOWN, (int) V4SI_FTYPE_V4SI_V4SI },
  { OPTION_MASK_ISA_SSE2, CODE_FOR_sha256msg2, 0, IX86_BUILTIN_SHA256MSG2,
UNKNOWN, (int) V4SI_FTYPE_V4SI_V4SI },
  { OPTION_MASK_ISA_SSE2, CODE_FOR_sha256rnds2, 0, IX86_BUILTIN_SHA256RNDS2,
UNKNOWN, (int) V4SI_FTYPE_V4SI_V4SI_V4SI },

Should OPTION_MASK_ISA_SHA be used instead of OPTION_MASK_ISA_SSE2?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/59996] Use OPTION_MASK_ISA_SSE2 with SHA intrinsics?
  2014-01-30 19:17 [Bug target/59996] New: Use OPTION_MASK_ISA_SSE2 with SHA intrinsics? hjl.tools at gmail dot com
@ 2014-01-30 19:17 ` hjl.tools at gmail dot com
  2014-01-30 21:16 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2014-01-30 19:17 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59996

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/59996] Use OPTION_MASK_ISA_SSE2 with SHA intrinsics?
  2014-01-30 19:17 [Bug target/59996] New: Use OPTION_MASK_ISA_SSE2 with SHA intrinsics? hjl.tools at gmail dot com
  2014-01-30 19:17 ` [Bug target/59996] " hjl.tools at gmail dot com
@ 2014-01-30 21:16 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2014-01-30 21:16 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59996

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
It is done on purpose.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-30 21:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30 19:17 [Bug target/59996] New: Use OPTION_MASK_ISA_SSE2 with SHA intrinsics? hjl.tools at gmail dot com
2014-01-30 19:17 ` [Bug target/59996] " hjl.tools at gmail dot com
2014-01-30 21:16 ` hjl.tools at gmail dot com

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).