blob: 1aa175cb86083394d0c652ae5dcdb78a79cd92fe [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/configure.ac
2+++ b/configure.ac
3@@ -435,10 +435,7 @@ if test "$enable_fixed_point" = "yes" ; then
4 AC_DEFINE([SPANDSP_USE_FIXED_POINT], [1], [Enable fixed point processing, where possible, instead of floating point])
5 SPANDSP_USE_FIXED_POINT="#define SPANDSP_USE_FIXED_POINT 1"
6 else
7- AX_FIXED_POINT_MACHINE([$host],
8- [AC_DEFINE([SPANDSP_USE_FIXED_POINT], [1], [Enable fixed point processing, where possible, instead of floating point])
9- SPANDSP_USE_FIXED_POINT="#define SPANDSP_USE_FIXED_POINT 1"],
10- [SPANDSP_USE_FIXED_POINT="#undef SPANDSP_USE_FIXED_POINT"])
11+ SPANDSP_USE_FIXED_POINT="#undef SPANDSP_USE_FIXED_POINT"]
12 fi
13 AX_MISALIGNED_ACCESS_FAILS([$host],
14 [AC_DEFINE([SPANDSP_MISALIGNED_ACCESS_FAILS], [1], [Do not expect a misaligned memory access to work correctly])