Richard Henderson <richard.hender...@linaro.org> writes:
> On 9/19/19 10:10 AM, Alex Bennée wrote: >> This is broadly similar to the existing fcvt test for ARM but using >> the generic float testing framework. We should be able to pare down >> the ARM fcvt test case to purely half-precision with or without the >> Alt HP provision. >> >> Signed-off-by: Alex Bennée <alex.ben...@linaro.org> >> --- > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> This test seems to be tripping up alpha-linux-user be generating FPU exceptions. AFAICT we are meant to start with software exceptions disabled but: cpu_alpha_store_fpcr: enabled exceptions: 2000000 from the get go is what causes the eventual trip up. > > > r~ -- Alex Bennée