mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-15 08:56:36 -05:00
Added HAVE_SOFT_FLOAT (--with-softfloat)
This commit is contained in:
parent
c39d1a665d
commit
f23813b7e9
4 changed files with 24 additions and 0 deletions
8
INSTALL
8
INSTALL
|
|
@ -111,3 +111,11 @@ For platform names in the form cpu-vendor-os (or aliases for this)
|
|||
you should look in 'config.guess' script. Target and all paths
|
||||
used here are only examples and should not be directly applicable to
|
||||
your system.
|
||||
|
||||
Configuration for machines without FPU
|
||||
--------------------------------------
|
||||
|
||||
If your machine does not have FP unit, you should use '--with-softfloat'
|
||||
option. This option disables usage of float numbers in PCM route plugin.
|
||||
ALSA could then leave much more CPU cycles for your applications, but you
|
||||
could still need some floating point emulator.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue