diff options
author | Jaroslav Kysela <perex@perex.cz> | 2002-04-24 14:41:55 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2002-04-24 14:41:55 +0000 |
commit | f23813b7e98bc6e0db7413ecb330db7e5f1b2aa9 (patch) | |
tree | dadf7e8ae3d5835dcf9f70a9292bf51d006c1263 /INSTALL | |
parent | c39d1a665d265b80770f62fed565854ed1578426 (diff) | |
download | alsa-lib-f23813b7e98bc6e0db7413ecb330db7e5f1b2aa9.tar.gz |
Added HAVE_SOFT_FLOAT (--with-softfloat)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |