Skip to content
Snippets Groups Projects
Commit 17dcb270 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Revert "Disables assembly optimizations by default because of several problems reported"

This reverts commit 2446445b.
parent 2446445b
No related branches found
No related tags found
No related merge requests found
......@@ -182,8 +182,8 @@ AS_IF([test "$enable_float_approx" = "yes"],[
])
AC_ARG_ENABLE([asm],
[AS_HELP_STRING([--enable-asm], [Enable assembly optimizations])],,
[enable_asm=no])
[AS_HELP_STRING([--disable-asm], [Disable assembly optimizations])],,
[enable_asm=yes])
AC_ARG_ENABLE([rtcd],
[AS_HELP_STRING([--disable-rtcd], [Disable run-time CPU capabilities detection])],,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment