On Tuesday 31 March 2009 02:27:09 j16sdiz at freenetproject.org wrote: > 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
What about embedded systems? Don't we want to keep this around if only commented out? > > 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090429/8a05739c/attachment.pgp>
