semantic: 0.924 instruction: 0.919 graphic: 0.904 other: 0.896 device: 0.892 assembly: 0.863 socket: 0.799 vnc: 0.799 network: 0.764 boot: 0.751 mistranslation: 0.690 KVM: 0.493 [feature request] awareness of instructions that are well emulated While qemu's scalar emulation tends to be excellent, qemu's SIMD emulation tends to be incorrect (except for arm64 from x86_64). Until these code paths are audited, which is probably a large job, it would be nice if qemu knew its emulation of this class of instructions was not very good, and thus it would give up on finding these instructions if a "careful" operation is passed. Here is a pull request for the zig language that runs into this problems in qemu https://github.com/ziglang/zig/pull/2945/ I have more code for validation if someone is working on this. On Sun, 3 Nov 2019 at 04:41, Shawn Landden