removed vectorize makefile part example

This commit is contained in:
Richard Thier 2022-09-01 01:56:40 +02:00
parent 7e8aa96a39
commit 5831527f9d

View File

@ -12,7 +12,6 @@ release_debug_sym: test.cpp magyarsort.h
release: test.cpp magyarsort.h
g++ test.cpp -DNDEBUG -std=c++17 -O2 -o test.out
# g++ test.cpp -DNDEBUG -std=c++17 -O2 -ftree-vectorize -fopt-info-vec-missed -o test.out
release_ypsu: ypsu.cpp magyarsort.h
g++ ypsu.cpp -DNDEBUG -std=c++17 -O2 -o ypsu.out