GitXplorerGitXplorer
m

softfloat

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
c396a8b686af05420dd0dfd424c4de74f935712f

works like in tests now

mmrsmkl committed 5 months ago
Unverified
aed78ab0f8cb53d7af30f4315dca14cd2dec03dc

fixing compatibility

mmrsmkl committed 5 months ago
Unverified
6dcb2a5f7f53ff5c535c636962bbfef4c4736867

eliminating memory

mmrsmkl committed 5 months ago
Unverified
b9c7822f745a3698b222184a952a6df749eec366

fixing truncate

mmrsmkl committed 5 months ago
Unverified
8d567a9e2eef4dc57ebe299e94a4195713a2858c

fix

mmrsmkl committed 5 months ago
Unverified
59501460745c102315edef1bf5ae093c268aabde

dockerfile works

mmrsmkl committed a year ago

README

The README file for this repository.
<TITLE>Berkeley SoftFloat Package Overview</TITLE>

Package Overview for Berkeley SoftFloat Release 3d

John R. Hauser
2017 August 10

Berkeley SoftFloat is a software implementation of binary floating-point that conforms to the IEEE Standard for Floating-Point Arithmetic. SoftFloat is distributed in the form of C source code. Building the SoftFloat sources generates a library file (typically softfloat.a or libsoftfloat.a) containing the floating-point subroutines.

The SoftFloat package is documented in the following files in the doc subdirectory:

SoftFloat.html Documentation for using the SoftFloat functions.
SoftFloat-source.html Documentation for building SoftFloat.
SoftFloat-history.html    History of the major changes to SoftFloat.
Other files in the package comprise the source code for SoftFloat.