simd_matmul/dump.sh
2020-06-11 11:30:38 +02:00

2 lines
77 B
Bash

g++ -g -c -march=native -O2 main.cpp; objdump -d -M intel -S main.o > main.s