On 28 June 2018 at 12:30, Alex Bennée <alex.ben...@linaro.org> wrote: > > Richard Henderson <richard.hender...@linaro.org> writes: > >> This is the remainder of the SVE enablement patches, >> with an extra bonus patch to enable ARMv8.2-DotProd. >> >> V6 updates based on review. > > One failure from the VQ3 test set: > > ../qemu.git/aarch64-linux-user/qemu-aarch64 \ > ./risu --test-sve=3 \ > sve-all-short-v8.3+sve@vq3/insn_sdiv_z_p_zz___INC.risu.bin \ > --trace=sve-all-short-v8.3+sve@vq3/insn_sdiv_z_p_zz___INC.risu.bin.trace > > Gives: > > loading test image > sve-all-short-v8.3+sve@vq3/insn_sdiv_z_p_zz___INC.risu.bin... > starting apprentice image at 0x4000801000 > starting image > fish: “../qemu.git/aarch64-linux-user/…” terminated by signal SIGFPE > (Floating point exception)
Do you have the insn that it's barfing on? In particular, I'm guessing from the test name that this is for something covered by one of the SDIV_zpzz lines in sve.decode, which is already in master rather than in this test series. If that's true, then it shouldn't block applying this set... thanks -- PMM