Added HAVE_SOFT_FLOAT (--with-softfloat)

This commit is contained in:
Jaroslav Kysela 2002-04-24 14:41:55 +00:00
parent c39d1a665d
commit f23813b7e9
4 changed files with 24 additions and 0 deletions

View file

@ -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.