79606686

Date: 2025-05-05 09:47:05
Score: 1
Natty:
Report link

From "https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html"

"native - This selects the CPU to generate code for at compilation time by determining the processor type of the compiling machine. Using -march=native enables all instruction subsets supported by the local machine (hence the result might not run on different machines). Using -mtune=native produces code optimized for the local machine under the constraints of the selected instruction set."

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: PhilKo