| ▲ | misja111 6 hours ago | |
There is this: > CPU Specific Instructions > If you do not care about the compatibility of your binary on older (or other types of) processors, you can tell the compiler to generate the newest (and potentially fastest) instructions specific to a certain CPU architecture, such as AVX SIMD instructions for x86-64 CPUs. > To request these instructions from the command line, use the -C target-cpu=native flag | ||