Re: [PATCH v1 03/11] target/arm: Implement scalar float32 to bfloat16 conversion

2021-05-18 Thread Peter Maydell
On Sat, 17 Apr 2021 at 00:59, Richard Henderson wrote: > > This is the 64-bit BFCVT and the 32-bit VCVT{B,T}.BF16.F32. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v1 03/11] target/arm: Implement scalar float32 to bfloat16 conversion

2021-04-16 Thread Richard Henderson
This is the 64-bit BFCVT and the 32-bit VCVT{B,T}.BF16.F32. Signed-off-by: Richard Henderson --- target/arm/helper.h| 1 + target/arm/vfp.decode | 2 ++ target/arm/translate-a64.c | 19 +++ target/arm/vfp_helper.c| 5 + target/arm/translate