Skip to content

Commit f7005e5

Browse files
committed
remove tune=native pragma
1 parent 00bd9bc commit f7005e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using namespace std;
99

1010
#pragma GCC optimize("Ofast,unroll-loops")
11-
#pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt,tune=native")
11+
#pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt")
1212

1313
#ifndef ONLINE_JUDGE
1414
#include "/home/naowal/Desktop/code/competitive-programming/debug.h"

0 commit comments

Comments
 (0)