We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bd9bc commit f7005e5Copy full SHA for f7005e5
template.cpp
@@ -8,7 +8,7 @@
8
using namespace std;
9
10
#pragma GCC optimize("Ofast,unroll-loops")
11
-#pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt,tune=native")
+#pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt")
12
13
#ifndef ONLINE_JUDGE
14
#include "/home/naowal/Desktop/code/competitive-programming/debug.h"
0 commit comments