peripherals: 0.945 debug: 0.926 semantic: 0.924 graphic: 0.904 performance: 0.900 device: 0.892 architecture: 0.889 arm: 0.871 assembly: 0.863 PID: 0.837 permissions: 0.832 register: 0.829 risc-v: 0.811 hypervisor: 0.802 socket: 0.799 vnc: 0.799 files: 0.785 network: 0.764 boot: 0.751 user-level: 0.746 ppc: 0.733 mistranslation: 0.690 VMM: 0.657 kernel: 0.649 TCG: 0.629 virtual: 0.579 x86: 0.525 KVM: 0.493 i386: 0.361 [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