Author: j16sdiz Date: 2009-03-31 01:27:08 +0000 (Tue, 31 Mar 2009) New Revision: 26261
Modified: trunk/contrib/fec/src/csrc/Makefile Log: Remove the reference to assembly in Makefile Modified: trunk/contrib/fec/src/csrc/Makefile =================================================================== --- trunk/contrib/fec/src/csrc/Makefile 2009-03-30 23:51:44 UTC (rev 26260) +++ trunk/contrib/fec/src/csrc/Makefile 2009-03-31 01:27:08 UTC (rev 26261) @@ -1,12 +1,6 @@ # # makefile for vdm. # -# fec.S.980624a is an optimized version for use on 486 and old pentium -# machines. It is only for GF_BITS=8 and generally does not work -# fast on systems with multiple instruction pipelines (PentiumPro, -# Pentium2) -# same for fec.S16.980624a , for use with GF_BITS=16 -# # gcc does something strange, so check the various opt. levels for # best performance (or write addmul1 in assembly code). # @@ -18,9 +12,7 @@ # COPT= -O9 -funroll-loops COPT= -O1 CFLAGS=$(COPT) -Wall -fPIC# -DTEST -pedantic -SRCS= fec.c Makefile test.c fec.s.980621e \ - fec.S.980624a \ - fec.S16.980624a +SRCS= fec.c Makefile test.c DOCS= README fec.3 ALLSRCS= $(SRCS) $(DOCS) fec.h _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
