removed vectorize makefile part example
This commit is contained in:
parent
7e8aa96a39
commit
5831527f9d
1
makefile
1
makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user