Skip to content

Commit

Permalink
missing AC_ARG_ENABLE for --enable-fma
Browse files Browse the repository at this point in the history
  • Loading branch information
rdolbeau committed Apr 12, 2015
1 parent 24ff943 commit 96eb0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ fi
AC_ARG_WITH(incoming-stack-boundary, [AC_HELP_STRING([--with-incoming-stack-boundary=X],[Assume that stack is aligned to (1<<X) bytes])], with_incoming_stack_boundary=$withval, with_incoming_stack_boundary=no)


AC_ARG_ENABLE(fma, [AC_HELP_STRING([--enable-fma],[enable optimizations for machines with fused multiply-add])], have_fma=$enableval)
if test "$have_fma"x = "yes"x; then
AC_DEFINE(HAVE_FMA,1,[Define if you have a machine with fused multiply-add])
fi
Expand Down

0 comments on commit 96eb0ad

Please sign in to comment.