Skip to content

Commit

Permalink
Remove unused softfloat implementation.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DonDiego committed May 11, 2011
1 parent 2caf19e commit bea7057
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 200 deletions.
1 change: 0 additions & 1 deletion doc/avutil.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libavutil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ OBJS-$(ARCH_ARM) += arm/cpu.o
OBJS-$(ARCH_PPC) += ppc/cpu.o
OBJS-$(ARCH_X86) += x86/cpu.o

TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha softfloat tree
TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha tree
TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo

DIRS = arm bfin sh4 x86
Expand Down
72 changes: 0 additions & 72 deletions libavutil/softfloat.c

This file was deleted.

126 changes: 0 additions & 126 deletions libavutil/softfloat.h

This file was deleted.

0 comments on commit bea7057

Please sign in to comment.