• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

arch/H07-May-2022-3,3121,546

bits32/H07-May-2022-2,9992,236

bits64/H07-May-2022-6,2944,582

templates/H07-May-2022-805542

Makefile.inH A D27-Apr-20111.3 KiB6040

README.NetBSDH A D20-May-2008367 96

eqdf2.cH A D04-Jul-2008345 209

eqsf2.cH A D04-Jul-2008345 209

fpgetmask.cH A D18-Aug-20091.8 KiB5115

fpgetround.cH A D18-Aug-20091.8 KiB5115

fpgetsticky.cH A D18-Aug-20091.8 KiB5115

fpsetmask.cH A D18-Aug-20091.9 KiB5418

fpsetround.cH A D18-Aug-20091.9 KiB5418

fpsetsticky.cH A D18-Aug-20091.9 KiB5418

gedf2.cH A D04-Jul-2008351 209

gesf2.cH A D04-Jul-2008351 209

gexf2.cH A D04-Jul-2008392 2311

gtdf2.cH A D04-Jul-2008340 209

gtsf2.cH A D04-Jul-2008340 209

gtxf2.cH A D04-Jul-2008381 2311

ledf2.cH A D04-Jul-2008351 209

lesf2.cH A D04-Jul-2008351 209

ltdf2.cH A D04-Jul-2008344 209

ltsf2.cH A D04-Jul-2008344 209

namespace.hH A D20-May-2008201 97

nedf2.cH A D04-Jul-2008342 209

negdf2.cH A D04-Jul-2008351 209

negsf2.cH A D04-Jul-2008332 209

negxf2.cH A D04-Jul-2008377 2311

nesf2.cH A D04-Jul-2008342 209

nexf2.cH A D04-Jul-2008383 2311

softfloat-for-gcc.hH A D20-May-20082.1 KiB5945

softfloat-specializeH A D20-May-200815.6 KiB492409

timesoftfloat.cH A D04-Jul-200880.9 KiB2,6372,411

unorddf2.cH A D04-Jul-2008559 249

unordsf2.cH A D04-Jul-2008559 249

README.NetBSD

1$NetBSD: README.NetBSD,v 1.2 2002/05/21 23:51:05 bjh21 Exp $
2
3This is a modified version of part of John Hauser's SoftFloat 2a package.
4This version has been heavily modified to support its use with GCC to
5implement built-in floating-point operations, but compiling
6softfloat.c without SOFTFLOAT_FOR_GCC defined should get you the same
7results as from the original.
8
9