summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2002-04-24 14:41:55 +0000
committerJaroslav Kysela <perex@perex.cz>2002-04-24 14:41:55 +0000
commitf23813b7e98bc6e0db7413ecb330db7e5f1b2aa9 (patch)
treedadf7e8ae3d5835dcf9f70a9292bf51d006c1263 /INSTALL
parentc39d1a665d265b80770f62fed565854ed1578426 (diff)
Added HAVE_SOFT_FLOAT (--with-softfloat)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2a9991d0..4939cb29 100644
--- a/INSTALL
+++ b/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.