Comment 1 for bug 1793608

Revision history for this message
Sergey Evlashev (vectorchiefrocks) wrote :

Small clarification to the bug description above.

Host architecture: x86_64 (AMD64)
Instructions used for building QEMU 3.0.0 from source are here:
https://github.com/VectorChief/UniSIMD-assembler/blob/master/INSTALL

The command line for emulating POWER9 target is below:
qemu-ppc64le -cpu POWER9 simd_test.p64_32Lp9 -c 1

With the workaround for lxvwsx instruction turned off (as described above)
QEMU crashes in s_test08 function of the following common SIMD test file:
https://github.com/VectorChief/UniSIMD-assembler/blob/master/test/simd_test.cpp