Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



is
Thu Oct  2 14:47:53 PDT 1997
Update of /cvsroot/src/lib/libc/arch/m68k/gen
In directory netbsd1:/var/slash-tmp/cvs-serv198/lib/libc/arch/m68k/gen

Modified Files:
        ldexp.c Makefile.inc 
Log Message:
ieee.h and ldexp.c taken from the powerpc port, for the benefit of 
68040 and 68060 owners.
With ``make M68040=1'' or ``make M68060=1'', we build a libc where the ldexp()
doesn't use excessive amounts of system cpu time.
Without any of those defines, the normal assembler version using FSCALE is
included, for the benefit of M68020 and M68030 users, or M68040/M68060 users
where the ldexp performance is no bottleneck.
[Its not yet worked out how to include both library versions in a binary
distribution, but you can build your own from source now if you need it.]
For details, look at PR 3105.




Home | Main Index | Thread Index | Old Index