Re: [PATCH 8/9] target/arm: Enable FPSCR.QC bit for MVE

2021-05-24 Thread Peter Maydell
On Mon, 24 May 2021 at 17:59, Richard Henderson wrote: > > On 5/20/21 8:28 AM, Peter Maydell wrote: > > MVE has an FPSCR.QC bit similar to the A-profile Neon one; > > when MVE is implemented make the bit writeable. > > > > Signed-off-by: Peter Maydell > > --- > > target/arm/vfp_helper.c | 3 ++-

Re: [PATCH 8/9] target/arm: Enable FPSCR.QC bit for MVE

2021-05-24 Thread Richard Henderson
On 5/20/21 8:28 AM, Peter Maydell wrote: MVE has an FPSCR.QC bit similar to the A-profile Neon one; when MVE is implemented make the bit writeable. Signed-off-by: Peter Maydell --- target/arm/vfp_helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Richard

[PATCH 8/9] target/arm: Enable FPSCR.QC bit for MVE

2021-05-20 Thread Peter Maydell
MVE has an FPSCR.QC bit similar to the A-profile Neon one; when MVE is implemented make the bit writeable. Signed-off-by: Peter Maydell --- target/arm/vfp_helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c index