unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Wilco Dijkstra via Libc-alpha <libc-alpha@sourceware.org>
To: "naohirot@fujitsu.com" <naohirot@fujitsu.com>
Cc: 'GNU C Library' <libc-alpha@sourceware.org>
Subject: Re: [PATCH v3 2/5] AArch64: Improve A64FX memset
Date: Mon, 9 Aug 2021 16:16:29 +0000	[thread overview]
Message-ID: <VE1PR08MB55990565C910027EDDC9DB2D83F69@VE1PR08MB5599.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <TYAPR01MB602588CAC2CC4A22BD782BFDDFF09@TYAPR01MB6025.jpnprd01.prod.outlook.com>

Hi Naohiro,

> > +        // align dst to CACHE_LINE_SIZE byte boundary
> > +   and     tmp2, dst, CACHE_LINE_SIZE - 1
> > +   sub     tmp2, tmp2, CACHE_LINE_SIZE

> "tmp2" becomes always minus value.
> I felt that it would be easier to understand and natural if it is reversed like this:
>
>       sub     tmp2, CACHE_LINE_SIZE, tmp2

That's not a valid instruction though. I've just removed it in v4 since we can
delay the cacheline adjustment to dst and count to later instructions.

> But comparing nonzero fill graph[6] with zero fill graph[4],
> why DC ZVA is only effective more than 8MB for __memset_a64fx in spite
> that DC ZVA is effective from smaller size for __memset_generic?

Well it seems on A64FX DC ZVA is faster only when data is not in L1. So it may
be feasible to use DC ZVA for smaller sizes.

Cheers,
Wilco

      reply	other threads:[~2021-08-09 16:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22 16:00 [PATCH v3 2/5] AArch64: Improve A64FX memset Wilco Dijkstra via Libc-alpha
2021-08-02 13:29 ` naohirot--- via Libc-alpha
2021-08-03  3:08   ` naohirot--- via Libc-alpha
2021-08-03  5:03   ` naohirot--- via Libc-alpha
2021-08-09 16:16     ` Wilco Dijkstra via Libc-alpha [this message]

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

  List information: https://www.gnu.org/software/libc/involved.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=VE1PR08MB55990565C910027EDDC9DB2D83F69@VE1PR08MB5599.eurprd08.prod.outlook.com \
    --to=libc-alpha@sourceware.org \
    --cc=Wilco.Dijkstra@arm.com \
    --cc=naohirot@fujitsu.com \
    /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).