summaryrefslogtreecommitdiff
path: root/doc/avutil.txt
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-05-11 12:22:28 +0200
committerDiego Biurrun <diego@biurrun.de>2011-05-11 13:43:30 +0200
commitbea705752d6448578482cfa022944a9795388f14 (patch)
tree2bd679493360fef25313ca2c1a7cd3dec593bcb5 /doc/avutil.txt
parent2caf19e90f270abe1e80a3e85acaf0eb5c9d0aac (diff)
Remove unused softfloat implementation.
The softfloat functionality is unused, not installed and incomplete. On platforms without floating point units, the compiler provides a softfloat implementation so there is no point in carrying this code around locally.
Diffstat (limited to 'doc/avutil.txt')
-rw-r--r--doc/avutil.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/avutil.txt b/doc/avutil.txt
index 210bd07264..0847683d1d 100644
--- a/doc/avutil.txt
+++ b/doc/avutil.txt
@@ -19,7 +19,6 @@ integer.c 128bit integer math
lls.c
mathematics.c greatest common divisor, integer sqrt, integer log2, ...
mem.c memory allocation routines with guaranteed alignment
-softfloat.c
Headers:
bswap.h big/little/native-endian conversion code