On Thursday, 28 July 2022 at 07:16:13 UTC, user1234 wrote: > that would be something like `--mcpu=i686 --mattrs=-mmx,-sse` > and maybe more to be sure. Fails... ```sh # ldc2 --mcpu=i686 --mattr=-mmx,-sse app.d # ./app Illegal instruction ```