diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-05-11 12:22:28 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-11 13:43:30 +0200 |
commit | bea705752d6448578482cfa022944a9795388f14 (patch) | |
tree | 2bd679493360fef25313ca2c1a7cd3dec593bcb5 /doc | |
parent | 2caf19e90f270abe1e80a3e85acaf0eb5c9d0aac (diff) | |
download | ffmpeg-bea705752d6448578482cfa022944a9795388f14.tar.gz |
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')
-rw-r--r-- | doc/avutil.txt | 1 |
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 |