Julia compiles with `-march=native` by default so try passing 
`--passC:"-march=native"` to Nim. I have this in my `~/.config/nim.cfg` along 
with `--passC:"-flto"` (for release mode).

Reply via email to