b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- 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]) |