Assembly - ProkopHapala/FireCore GitHub Wiki
Show Assembly with gcc/g++
-
How to check if compiled code uses SSE and AVX instructions?
g++ -O3 -march=native -fopt-info -o main.o main.cpp
How to check if compiled code uses SSE and AVX instructions?
g++ -O3 -march=native -fopt-info -o main.o main.cpp