We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295ba3b commit 50304cfCopy full SHA for 50304cf
configure.ac
@@ -180,7 +180,7 @@ if test "$host_cpu" = "x86_64"
180
then
181
if test "$CC" = "gcc" || test "$CC" = "icc"
182
183
- EXTRA_OPTS_CFLAGS="$EXTRA_OPTS_CFLAGS -Wa,-mbranches-within-32B-boundaries"
+ EXTRA_OPTS_CFLAGS="$EXTRA_OPTS_CFLAGS -Wa,-mbranches-within-32B-boundaries -falign-loops=64"
184
fi
185
186
OPTIMIZE_CFLAGS="$OPTIMIZE_CFLAGS $EXTRA_OPTS_CFLAGS"
0 commit comments