public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work066)] Disable -mxxspltiw.
Date: Sun, 29 Aug 2021 20:27:00 +0000 (GMT)	[thread overview]
Message-ID: <20210829202700.16BC23858C3B@sourceware.org> (raw)

https://gcc.gnu.org/g:f3f610275f1b16de5340e7772248428a48682700

commit f3f610275f1b16de5340e7772248428a48682700
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Sun Aug 29 16:26:28 2021 -0400

    Disable -mxxspltiw.
    
    2021-08-29  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/rs6000.opt (-mxxspltiw): Disable by default.

Diff:
---
 gcc/config/rs6000/rs6000.opt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt
index 375e14bcd50..fc11fd1be4a 100644
--- a/gcc/config/rs6000/rs6000.opt
+++ b/gcc/config/rs6000/rs6000.opt
@@ -644,8 +644,9 @@ mxxspltidp
 Target Undocumented Var(TARGET_XXSPLTIDP) Init(1) Save
 Generate (do not generate) XXSPLTIDP instructions.
 
+; Do not enable this by default at the present time.
 mxxspltiw
-Target Undocumented Var(TARGET_XXSPLTIW) Init(1) Save
+Target Undocumented Var(TARGET_XXSPLTIW) Init(0) Save
 Generate (do not generate) XXSPLTIW instructions.
 
 ; Do not enable this by default at the present time.
@@ -653,7 +654,6 @@ mxxsplti32dx
 Target Undocumented Var(TARGET_XXSPLTI32DX) Init(0) Save
 Generate (do not generate) XXSPLTI32DX instructions.
 
-; Do not enable this by default at the present time.
 mlxvkq
 Target Undocumented Var(TARGET_LXVKQ) Init(1) Save
 Generate (do not generate) LXVKQ instructions.


                 reply	other threads:[~2021-08-29 20:27 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=20210829202700.16BC23858C3B@sourceware.org \
    --to=meissner@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).