Colin.cpp
About
Archive
Tags
Github
26 Oct 2023
-mtune=architecture (optimize for a specific architecture, considering the host machine)
26 Oct 2023
-m64 (generate 64-bit binaries)
26 Oct 2023
-m32 (generate 32-bit binaries)
26 Oct 2023
-march=architecture (optimize for a specific architecture)
26 Oct 2023
-march=native (optimize for the host machine architecture)
previous
next