

Please submit a bug report () and include the project and the crash backtrace.Ġ. I got the Swift compiler to work just fine by compiling my own qemu with this patch applied: Really, I would recommend to just pass the newest CPU that qemu can emulate (probably -cpu max).

The problem is that the qemu-x86_64 doesn't get passed a -cpu core2duo (or even better something like -cpu Skylake-Client or maybe -cpu max ("Enables all features supported by the accelerator in the current host")) argument. I can't run modern software that makes use of newer Intel instructions because the qemu-x86_64 that gets run using binfmt_misc doesn't get passed a -cpu core2duo (or newer such as -cpu Skylake-Client/ -cpu max) argument.
Mac intel x86 emulator for mac#
I can run modern software that uses Intel instructions like pshufb in Docker for Mac (on M1 Macs) because the qemu-x86_64 that's installed using the binfmt_misc support can emulate it. I have tried disabling enabled experimental features.I have tried with the latest version of Docker Desktop.
