Skip to content

Commit b42fe3b

Browse files
committed
Don't apply optimize
1 parent cd538fd commit b42fe3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cp-algo/util/simd.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#define CP_ALGO_SIMD_PRAGMA_PUSH \
1414
_Pragma("GCC push_options") \
15-
_Pragma("GCC optimize(\"O3,unroll-loops\")") \
1615
CP_ALGO_SIMD_AVX2_TARGET
1716
CP_ALGO_SIMD_PRAGMA_PUSH
1817
namespace cp_algo {

0 commit comments

Comments
 (0)