Re: [Qemu-devel] [PATCH 16/22] target-arm: Rename A32 VFP conversion helpers

2013-12-31 Thread Richard Henderson
On 12/31/2013 05:35 AM, Peter Maydell wrote: > From: Will Newton > > The VFP conversion helpers for A32 round to zero as this is the only > rounding mode supported. Rename these helpers to make it clear that > they round to zero and are not suitable for use in the AArch64 code. > > Signed-off-by

[Qemu-devel] [PATCH 16/22] target-arm: Rename A32 VFP conversion helpers

2013-12-31 Thread Peter Maydell
From: Will Newton The VFP conversion helpers for A32 round to zero as this is the only rounding mode supported. Rename these helpers to make it clear that they round to zero and are not suitable for use in the AArch64 code. Signed-off-by: Will Newton Signed-off-by: Peter Maydell --- target-ar