Re: [PATCH 6/7] target/alpha: Mask IOV exception with INV for user-only

2019-09-23 Thread Alex Bennée
Richard Henderson writes: > The kernel masks the integer overflow exception with the > software invalid exception mask. Include IOV in the set > of exception bits masked by fpcr_exc_enable. > > Fixes the new float_convs test. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée Tes

[PATCH 6/7] target/alpha: Mask IOV exception with INV for user-only

2019-09-20 Thread Richard Henderson
The kernel masks the integer overflow exception with the software invalid exception mask. Include IOV in the set of exception bits masked by fpcr_exc_enable. Fixes the new float_convs test. Signed-off-by: Richard Henderson --- target/alpha/helper.c | 7 +++ 1 file changed, 7 insertions(+)