From 5831527f9dd72c03062c4ae2362983925fe6b77d Mon Sep 17 00:00:00 2001 From: Richard Thier Date: Thu, 1 Sep 2022 01:56:40 +0200 Subject: [PATCH] removed vectorize makefile part example --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index d2c2b12..939f35a 100644 --- a/makefile +++ b/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