Skip to content
Snippets Groups Projects
Commit 9ae64c5b authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fixed typo

parent c2f7718b
No related branches found
No related tags found
1 merge request!946Special flags for gravity
......@@ -472,7 +472,7 @@ if test "$enable_opt" = "yes" ; then
if test "$gcc_handles_avx512" = "yes"; then
case "$ax_gcc_arch" in
*skylake-avx512*)
[GRAVITY_CFLAGS="$GRAVITY_CFLAGS -mprefer-vector-width=512"],
GRAVITY_CFLAGS="$GRAVITY_CFLAGS -mprefer-vector-width=512"
;;
*)
AC_MSG_WARN([No additional flags needed for gravity on this platform])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment