Re: [PATCH RFC v2] target/arm: Implement SVE2 FLOGB

2020-06-16 Thread Richard Henderson
On 4/30/20 12:14 PM, Stephen Long wrote: > Signed-off-by: Stephen Long > --- > > I made the changes Richard requested. I took out the status field for > the helper function. > > include/fpu/softfloat.h| 5 +++ > target/arm/helper-sve.h| 4 +++ > target/arm/sve.decode | 4 +++ >

[PATCH RFC v2] target/arm: Implement SVE2 FLOGB

2020-04-30 Thread Stephen Long
Signed-off-by: Stephen Long --- I made the changes Richard requested. I took out the status field for the helper function. include/fpu/softfloat.h| 5 +++ target/arm/helper-sve.h| 4 +++ target/arm/sve.decode | 4 +++ target/arm/sve_helper.c| 63