Skip to content
Snippets Groups Projects

Draft: Decrease default vectorization threshold when compiling gravity interactions

Closed Peter W. Draper requested to merge vec-threshold into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -586,7 +586,7 @@ if test "$enable_opt" = "yes" ; then
GRAVITY_CFLAGS="$GRAVITY_CFLAGS -qopt-zmm-usage=high"
;;
*)
AC_MSG_WARN([No additional flags needed for gravity on this platform])
GRAVITY_CFLAGS="$GRAVITY_CFLAGS -vec-threshold=50"
;;
esac
elif test "$ax_cv_c_compiler_vendor" = "gnu"; then
Loading