It is a Mac M1. I'm using clang as the compiler. When calling `cpuRelax` in an
empty file, I'm getting: error: unrecognized instruction mnemonic asm
volatile("pause" ::: "memory")";This is because `amd64` is defined. The nim compiler I use was compiled on an intel CPU. I use rosetta to run it.
