qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: christoph.muellner@vrull.eu, alex.bennee@linaro.org
Subject: Re: [PATCH 0/4] fpu: Add float64_to_int{32,64}_modulo
Date: Wed, 21 Jun 2023 11:12:58 +0200	[thread overview]
Message-ID: <0f0aed5b-1db2-59e4-0523-14d957eac24a@linaro.org> (raw)
In-Reply-To: <20230527141910.1885950-1-richard.henderson@linaro.org>

On 5/27/23 16:19, Richard Henderson wrote:
> Extract some common code from Alpha and Arm, and which will
> shortly also be required by the RISC-V Zfa extension.
> Added a new test for Alpha; I already had a RISU test for Arm.
> 
> 
> r~
> 
> 
> Richard Henderson (4):
>    fpu: Add float64_to_int{32,64}_modulo
>    tests/tcg/alpha: Add test for cvttq
>    target/alpha: Use float64_to_int64_modulo for CVTTQ
>    target/arm: Use float64_to_int32_modulo for FJCVTZS
> 
>   include/fpu/softfloat.h         |  3 ++
>   fpu/softfloat.c                 | 31 ++++++++++++
>   target/alpha/fpu_helper.c       | 85 +++++++--------------------------
>   target/arm/vfp_helper.c         | 71 +++++----------------------
>   tests/tcg/alpha/test-cvttq.c    | 78 ++++++++++++++++++++++++++++++
>   fpu/softfloat-parts.c.inc       | 78 ++++++++++++++++++++++++++++++
>   tests/tcg/alpha/Makefile.target |  2 +-
>   7 files changed, 221 insertions(+), 127 deletions(-)
>   create mode 100644 tests/tcg/alpha/test-cvttq.c
> 
ping.

r~


  parent reply	other threads:[~2023-06-21  9:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-27 14:19 [PATCH 0/4] fpu: Add float64_to_int{32,64}_modulo Richard Henderson
2023-05-27 14:19 ` [PATCH 1/4] " Richard Henderson
2023-06-27 10:03   ` Alex Bennée
2023-05-27 14:19 ` [PATCH 2/4] tests/tcg/alpha: Add test for cvttq Richard Henderson
2023-06-23 15:48   ` Alex Bennée
2023-06-27 10:08   ` Alex Bennée
2023-05-27 14:19 ` [PATCH 3/4] target/alpha: Use float64_to_int64_modulo for CVTTQ Richard Henderson
2023-06-27  9:27   ` Philippe Mathieu-Daudé
2023-05-27 14:19 ` [PATCH 4/4] target/arm: Use float64_to_int32_modulo for FJCVTZS Richard Henderson
2023-06-27 10:32   ` Alex Bennée
2023-06-21  9:12 ` Richard Henderson [this message]
2023-06-27  7:12   ` [PATCH 0/4] fpu: Add float64_to_int{32,64}_modulo Richard Henderson
2023-06-30  8:03 ` Christoph Müllner
2023-06-30 13:36 ` Richard Henderson

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=0f0aed5b-1db2-59e4-0523-14d957eac24a@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=christoph.muellner@vrull.eu \
    --cc=qemu-devel@nongnu.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 NNTP newsgroup(s).