public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: hongtao Liu <liuhongt@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-7273] Clean up MPX-related bit_{MPX,BNDREGS,BNDCSR}.
Date: Thu, 17 Feb 2022 07:47:50 +0000 (GMT)	[thread overview]
Message-ID: <20220217074750.0C62E3858D20@sourceware.org> (raw)

https://gcc.gnu.org/g:550cabd00238a8e74783ba6ad05a7580d074aabd

commit r12-7273-g550cabd00238a8e74783ba6ad05a7580d074aabd
Author: liuhongt <hongtao.liu@intel.com>
Date:   Wed Feb 16 15:00:59 2022 +0800

    Clean up MPX-related bit_{MPX,BNDREGS,BNDCSR}.
    
    gcc/ChangeLog:
    
            * config/i386/cpuid.h (bit_MPX): Removed.
            (bit_BNDREGS): Ditto.
            (bit_BNDCSR): Ditto.

Diff:
---
 gcc/config/i386/cpuid.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gcc/config/i386/cpuid.h b/gcc/config/i386/cpuid.h
index ed6113009bb..8b3dc2b1dde 100644
--- a/gcc/config/i386/cpuid.h
+++ b/gcc/config/i386/cpuid.h
@@ -86,7 +86,6 @@
 #define bit_AVX2	(1 << 5)
 #define bit_BMI2	(1 << 8)
 #define bit_RTM	(1 << 11)
-#define bit_MPX	(1 << 14)
 #define bit_AVX512F	(1 << 16)
 #define bit_AVX512DQ	(1 << 17)
 #define bit_RDSEED	(1 << 18)
@@ -136,10 +135,6 @@
 #define bit_AMX_TILE    (1 << 24)
 #define bit_AMX_INT8    (1 << 25)
 
-/* XFEATURE_ENABLED_MASK register bits (%eax == 0xd, %ecx == 0) */
-#define bit_BNDREGS     (1 << 3)
-#define bit_BNDCSR      (1 << 4)
-
 /* Extended State Enumeration Sub-leaf (%eax == 0xd, %ecx == 1) */
 #define bit_XSAVEOPT	(1 << 0)
 #define bit_XSAVEC	(1 << 1)


                 reply	other threads:[~2022-02-17  7:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220217074750.0C62E3858D20@sourceware.org \
    --to=liuhongt@gcc.gnu.org \
    --cc=gcc-cvs@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).