All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Richard Henderson <richard.henderson@linaro.org>
Cc: qemu-devel@nongnu.org, stefanha@redhat.com
Subject: Re: [PULL 00/48] fpu patch queue
Date: Thu, 30 Apr 2026 13:35:53 -0400	[thread overview]
Message-ID: <20260430173553.GA31855@fedora> (raw)
In-Reply-To: <20260429222445.26301-1-richard.henderson@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

      parent reply	other threads:[~2026-04-30 17:36 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-29 22:23 [PULL 00/48] fpu patch queue Richard Henderson
2026-04-29 22:23 ` [PULL 01/48] fpu: Drop parts_canonicalize Richard Henderson
2026-04-29 22:23 ` [PULL 02/48] fpu: Drop parts_uncanon Richard Henderson
2026-04-29 22:24 ` [PULL 03/48] fpu: Drop parts_uncanon_normal Richard Henderson
2026-04-29 22:24 ` [PULL 04/48] fpu: Drop parts_default_nan Richard Henderson
2026-04-29 22:24 ` [PULL 05/48] fpu: Drop parts_silence_nan Richard Henderson
2026-04-29 22:24 ` [PULL 06/48] fpu: Drop parts_return_nan Richard Henderson
2026-04-29 22:24 ` [PULL 07/48] fpu: Drop parts_pick_nan Richard Henderson
2026-04-29 22:24 ` [PULL 08/48] fpu: Drop parts_pick_nan_muladd Richard Henderson
2026-04-29 22:24 ` [PULL 09/48] fpu: Reverse the order of softfloat-parts* inclusions Richard Henderson
2026-04-29 22:24 ` [PULL 10/48] fpu: Drop parts_{add,sub}_normal Richard Henderson
2026-04-29 22:24 ` [PULL 11/48] fpu: Drop parts_addsub Richard Henderson
2026-04-29 22:24 ` [PULL 12/48] fpu: Drop parts_mul Richard Henderson
2026-04-29 22:24 ` [PULL 13/48] fpu: Drop parts_muladd_scalbn Richard Henderson
2026-04-29 22:24 ` [PULL 14/48] fpu: Drop parts_div Richard Henderson
2026-04-29 22:24 ` [PULL 15/48] fpu: Drop parts_modrem Richard Henderson
2026-04-29 22:24 ` [PULL 16/48] fpu: Drop parts_sqrt Richard Henderson
2026-04-29 22:24 ` [PULL 17/48] fpu: Drop parts_round_to_int_normal Richard Henderson
2026-05-05  8:21   ` Philippe Mathieu-Daudé
2026-04-29 22:24 ` [PULL 18/48] fpu: Drop parts_round_to_int Richard Henderson
2026-04-29 22:24 ` [PULL 19/48] fpu: Drop parts_float_to_sint Richard Henderson
2026-04-29 22:24 ` [PULL 20/48] fpu: Drop parts_float_to_uint Richard Henderson
2026-04-29 22:24 ` [PULL 21/48] fpu: Drop parts_float_to_sint_modulo Richard Henderson
2026-04-29 22:24 ` [PULL 22/48] fpu: Drop parts_sint_to_float Richard Henderson
2026-04-29 22:24 ` [PULL 23/48] fpu: Drop parts_uint_to_float Richard Henderson
2026-04-29 22:24 ` [PULL 24/48] fpu: Drop parts_minmax Richard Henderson
2026-04-29 22:24 ` [PULL 25/48] fpu: Drop parts_compare Richard Henderson
2026-04-29 22:24 ` [PULL 26/48] fpu: Drop parts_scalbn Richard Henderson
2026-04-29 22:24 ` [PULL 27/48] fpu: Drop parts_log2 Richard Henderson
2026-04-29 22:24 ` [PULL 28/48] fpu: Drop parts_float_to_float Richard Henderson
2026-04-29 22:24 ` [PULL 29/48] fpu: Drop PARTS_GENERIC_64_128{_256} Richard Henderson
2026-04-29 22:24 ` [PULL 30/48] fpu: Drop FRAC_GENERIC_64_128{_256} Richard Henderson
2026-04-29 22:24 ` [PULL 31/48] fpu: Constify frac{64,128,256}_* inputs Richard Henderson
2026-04-29 22:24 ` [PULL 32/48] fpu: Return structure from unpack_raw64 Richard Henderson
2026-04-29 22:24 ` [PULL 33/48] fpu: Return struct from float4_e2m1_unpack_canonical Richard Henderson
2026-04-29 22:24 ` [PULL 34/48] fpu: Return struct from float8_e4m3_unpack_canonical Richard Henderson
2026-04-29 22:24 ` [PULL 35/48] fpu: Return struct from float8_e5m2_unpack_canonical Richard Henderson
2026-04-29 22:24 ` [PULL 36/48] fpu: Inline float16_unpack_raw into callers Richard Henderson
2026-04-29 22:24 ` [PULL 37/48] fpu: Return struct from float16a_unpack_canonical Richard Henderson
2026-04-29 22:24 ` [PULL 38/48] fpu: Return struct from float16_unpack_canonical Richard Henderson
2026-04-29 22:24 ` [PULL 39/48] fpu: Inline bfloat16_unpack_raw into callers Richard Henderson
2026-04-29 22:24 ` [PULL 40/48] fpu: Return struct from bfloat16_unpack_canonical Richard Henderson
2026-04-29 22:24 ` [PULL 41/48] fpu: Inline float32_unpack_raw into callers Richard Henderson
2026-04-29 22:24 ` [PULL 42/48] fpu: Inline float64_unpack_raw " Richard Henderson
2026-04-29 22:24 ` [PULL 43/48] fpu: Return struct from float{32,64}_unpack_canonical Richard Henderson
2026-04-29 22:24 ` [PULL 44/48] fpu: Inline floatx80_unpack_raw into only caller Richard Henderson
2026-04-29 22:24 ` [PULL 45/48] fpu: Return struct from float128_unpack_raw Richard Henderson
2026-04-29 22:24 ` [PULL 46/48] fpu: Return struct from float128_unpack_canonical Richard Henderson
2026-04-29 22:24 ` [PULL 47/48] fpu: Change parts_float_to_float_narrow to parts128_to_parts64 Richard Henderson
2026-04-29 22:24 ` [PULL 48/48] fpu: Change parts_float_to_float_widen to parts64_to_parts128 Richard Henderson
2026-04-30 17:35 ` Stefan Hajnoczi [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

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

  git send-email \
    --in-reply-to=20260430173553.GA31855@fedora \
    --to=stefanha@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.