public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/107061] New: ENCODEKEY128 clobbers xmm4-xmm6
@ 2022-09-27 19:29 hjl.tools at gmail dot com
  2022-09-28 18:16 ` [Bug target/107061] " cvs-commit at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2022-09-27 19:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107061
           Summary: ENCODEKEY128 clobbers xmm4-xmm6
           Product: gcc
           Version: 12.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: crazylht at gmail dot com, wwwhhhyyy333 at gmail dot com
  Target Milestone: ---
            Target: i386

The current ENCODEKEY128 clears xmm4-xmm6.  But Intel key lock spec has

XMM4 through XMM6 are reserved for future usages and software should not
rely upon them being zeroed.

xmm4-xmm6 should be marked as clobbered, not zeroed for future compatibility.

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

end of thread, other threads:[~2022-09-29 18:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 19:29 [Bug target/107061] New: ENCODEKEY128 clobbers xmm4-xmm6 hjl.tools at gmail dot com
2022-09-28 18:16 ` [Bug target/107061] " cvs-commit at gcc dot gnu.org
2022-09-29 18:32 ` cvs-commit at gcc dot gnu.org
2022-09-29 18:57 ` cvs-commit at gcc dot gnu.org
2022-09-29 18:58 ` 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).