Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
8371776a
Commit
8371776a
authored
Nov 09, 2016
by
Pedro Gonnet
Browse files
forgot to commit this.
parent
0f1d06bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
8371776a
...
...
@@ -284,7 +284,7 @@ AC_ARG_ENABLE([loop-unrolling],
[Tell the compiler explicitly to unroll loops @<:@no/yes@:>@]
)],
[enable_loop_unrolling="$enableval"],
[enable_loop_unrolling="
yes
"]
[enable_loop_unrolling="
$enable_opt
"]
)
if test "$enable_loop_unrolling" = "yes"; then
CFLAGS="$CFLAGS -funroll-loops"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment