[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v1 05/14] softfloat: add float32_is_normal and f
From: |
Emilio G. Cota |
Subject: |
Re: [Qemu-devel] [PATCH v1 05/14] softfloat: add float32_is_normal and float64_is_normal |
Date: |
Tue, 27 Mar 2018 14:05:40 -0400 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Tue, Mar 27, 2018 at 12:34:57 +0100, Alex Bennée wrote:
>
> Emilio G. Cota <address@hidden> writes:
>
> > This paves the way for upcoming work.
> >
> > Signed-off-by: Emilio G. Cota <address@hidden>
>
> Reviewed-by: Alex Bennée <address@hidden>
(snip)
On Tue, Mar 27, 2018 at 12:35:07 +0100, Alex Bennée wrote:
>
> Emilio G. Cota <address@hidden> writes:
>
> > This paves the way for upcoming work.
> >
> > Signed-off-by: Emilio G. Cota <address@hidden>
>
> Reviewed-by: Alex Bennée <address@hidden>
In v2 I merged these two into the same commit, so I've added your
R-b tag to the corresponding commit in v3.
Thanks,
Emilio
- [Qemu-devel] [PATCH v1 01/14] tests: add fp-bench, a collection of simple floating-point microbenchmarks, (continued)
- [Qemu-devel] [PATCH v1 01/14] tests: add fp-bench, a collection of simple floating-point microbenchmarks, Emilio G. Cota, 2018/03/21
- [Qemu-devel] [PATCH v1 11/14] hostfloat: support float32/64 fused multiply-add, Emilio G. Cota, 2018/03/21
- [Qemu-devel] [PATCH v1 10/14] hostfloat: support float32/64 division, Emilio G. Cota, 2018/03/21
- [Qemu-devel] [PATCH v1 12/14] hostfloat: support float32/64 square root, Emilio G. Cota, 2018/03/21
- [Qemu-devel] [PATCH v1 05/14] softfloat: add float32_is_normal and float64_is_normal, Emilio G. Cota, 2018/03/21
- [Qemu-devel] [PATCH v1 13/14] hostfloat: support float32/64 comparison, Emilio G. Cota, 2018/03/21
- [Qemu-devel] [PATCH v1 14/14] hostfloat: support float32_to_float64, Emilio G. Cota, 2018/03/21
- [Qemu-devel] [PATCH v1 02/14] tests: add fp-test, a floating point test suite, Emilio G. Cota, 2018/03/21
[Qemu-devel] [PATCH v1 04/14] fp-test: add muladd variants, Emilio G. Cota, 2018/03/21