public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Earnshaw <rearnsha@arm.com>
To: Bin Cheng <bin.cheng@arm.com>,
	 "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH ARM]memset inlining patch for arm
Date: Tue, 09 Sep 2014 10:49:00 -0000	[thread overview]
Message-ID: <540EDB4D.4050501@arm.com> (raw)
In-Reply-To: <000801cfc806$a0add6e0$e20984a0$@arm.com>

On 04/09/14 07:08, Bin Cheng wrote:
> @@ -1872,7 +1892,9 @@ const struct tune_params arm_cortex_a53_tune =
>    {true, true},					/* Prefer non short circuit.  */
>    &arm_default_vec_cost,			/* Vectorizer costs.  */
>    false,					/* Prefer Neon for 64-bits bitops.  */
> -  false, false                                  /* Prefer 32-bit encodings.  */
> +  false, false,                                 /* Prefer 32-bit encodings.  */
> +  false,					/* Prefer Neon for stringops.  */
> +  8						/* Maximum insns to inline memset.  */
>  };
>  
>  const struct tune_params arm_cortex_a57_tune =
> @@ -1889,7 +1911,9 @@ const struct tune_params arm_cortex_a57_tune =
>    {true, true},                                /* Prefer non short circuit.  */
>    &arm_default_vec_cost,                       /* Vectorizer costs.  */
>    false,                                       /* Prefer Neon for 64-bits bitops.  */
> -  true, true                                   /* Prefer 32-bit encodings.  */
> +  true, true,                                  /* Prefer 32-bit encodings.  */
> +  false,					/* Prefer Neon for stringops.  */
> +  8						/* Maximum insns to inline memset.  */
>  };

Why don't we use Neon for Cortex-(A53,A57)?  We've used it for
Cortex-(A7,A8,A15).

R

  parent reply	other threads:[~2014-09-09 10:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-04  6:08 Bin Cheng
2014-09-04 15:21 ` Ramana Radhakrishnan
2014-09-05 19:33 ` Evandro Menezes
2014-09-10  8:12   ` Bin.Cheng
2014-09-09 10:49 ` Richard Earnshaw [this message]
2014-09-10  8:16   ` Bin.Cheng
2014-09-10  8:53     ` Ramana Radhakrishnan
2014-09-10 10:18     ` Richard Earnshaw

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=540EDB4D.4050501@arm.com \
    --to=rearnsha@arm.com \
    --cc=bin.cheng@arm.com \
    --cc=gcc-patches@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).