From 5ab8a5088b729a9953b8dff1b2a985dc8fb2098b Mon Sep 17 00:00:00 2001 From: mzuenni Date: Mon, 27 Jun 2022 17:19:28 +0200 Subject: updated tcr --- other/pragmas.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 other/pragmas.cpp (limited to 'other/pragmas.cpp') diff --git a/other/pragmas.cpp b/other/pragmas.cpp new file mode 100644 index 0000000..f8cf060 --- /dev/null +++ b/other/pragmas.cpp @@ -0,0 +1,6 @@ +#pragma GCC optimize("Ofast") +#pragma GCC optimize ("unroll-loops") +#pragma GCC target("sse,sse2,sse3,ssse3,sse4," + "popcnt,abm,mmx,avx,tune=native") +#pragma GCC target("fpmath=sse,sse2") // no excess precision +#pragma GCC target("fpmath=387") // force excess precision \ No newline at end of file -- cgit v1.2.3