Re: [PATCH 01/36] target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 check

2020-05-01 Thread Philippe Mathieu-Daudé
On 4/30/20 8:09 PM, Peter Maydell wrote: Somewhere along theline we accidentally added a duplicate "the line"? "using D16-D31 when they don't exist" check to do_vfm_dp() (probably an artifact of a patchseries rebase). Remove it. Signed-off-by: Peter Maydell --- target/arm/translate-vfp.

Re: [PATCH 01/36] target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 check

2020-04-30 Thread Richard Henderson
On 4/30/20 11:09 AM, Peter Maydell wrote: > Somewhere along theline we accidentally added a duplicate > "using D16-D31 when they don't exist" check to do_vfm_dp() > (probably an artifact of a patchseries rebase). Remove it. > > Signed-off-by: Peter Maydell > --- > target/arm/translate-vfp.inc.c

[PATCH 01/36] target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 check

2020-04-30 Thread Peter Maydell
Somewhere along theline we accidentally added a duplicate "using D16-D31 when they don't exist" check to do_vfm_dp() (probably an artifact of a patchseries rebase). Remove it. Signed-off-by: Peter Maydell --- target/arm/translate-vfp.inc.c | 6 -- 1 file changed, 6 deletions(-) diff --git a