NetBSD/lib/libc/arch
is e6cb27b508 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.
1997-10-02 21:47:47 +00:00
..
alpha Pull in __flt_rounds() prototype. 1997-07-18 00:30:30 +00:00
arm32 Fix RCSID's 1997-07-13 18:45:15 +00:00
i386 RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00
m68k ieee.h and ldexp.c taken from the powerpc port, for the benefit of 1997-10-02 21:47:47 +00:00
mips Do a .cpload if compiling with PIC. 1997-08-19 20:49:47 +00:00
ns32k Add missing quote (") at end of _RCSID argument. 1997-07-21 06:01:55 +00:00
powerpc Fix typo from last commit: `bnlsr' vs. 'bnslr'. 1997-07-16 16:11:48 +00:00
sparc Pull in __flt_rounds() prototype. 1997-07-18 05:10:02 +00:00
vax RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in 1997-07-16 14:37:13 +00:00