public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/dmf004)] Reset memcpy inline bytes parameter.
@ 2022-11-17 22:30 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2022-11-17 22:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8ae7697132ba9faf17515c317f4784c328bf4eec

commit 8ae7697132ba9faf17515c317f4784c328bf4eec
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Nov 17 17:30:39 2022 -0500

    Reset memcpy inline bytes parameter.
    
    2022-11-17   Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/rs6000.opt (--param rs6000-memcpy-inline-bytes): Make
            the default 16, not 32.

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 602930063cd..c594877ebc6 100644
--- a/gcc/config/rs6000/rs6000.opt
+++ b/gcc/config/rs6000/rs6000.opt
@@ -689,6 +689,6 @@ When reduction factor computed for a loop exceeds the threshold specified by
 this parameter, prefer to unroll this loop.  The default value is 1.
 
 -param=rs6000-memcpy-inline-bytes=
-Target Undocumented Joined UInteger Var(rs6000_memcpy_inline_bytes) Init(32) Param
+Target Undocumented Joined UInteger Var(rs6000_memcpy_inline_bytes) Init(16) Param
 Maximum number of bytes to move with inline code before calling the memcpy
-library function.  The default value is 32.
+library function.  The default value is 16.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-17 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 22:30 [gcc(refs/users/meissner/heads/dmf004)] Reset memcpy inline bytes parameter Michael Meissner

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