diff options
author | Michael Clark <mjc@sifive.com> | 2018-09-16 19:51:32 +1200 |
---|---|---|
committer | Andrew Waterman <aswaterman@gmail.com> | 2018-09-17 13:03:38 -0700 |
commit | 55261c0b487003a60a4654075314d704f3675e8f (patch) | |
tree | 8c3af3bc078f04eba9e931b10188e84ef8799949 | |
parent | 706cc77c369fd3e4734b5a6aa813d421347f1814 (diff) | |
download | pk-55261c0b487003a60a4654075314d704f3675e8f.zip pk-55261c0b487003a60a4654075314d704f3675e8f.tar.gz pk-55261c0b487003a60a4654075314d704f3675e8f.tar.bz2 |
Add softfloat/README.md detailing source
-rw-r--r-- | softfloat/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/softfloat/README.md b/softfloat/README.md new file mode 100644 index 0000000..540e802 --- /dev/null +++ b/softfloat/README.md @@ -0,0 +1,10 @@ +# Berkeley SoftFloat + +- http://www.jhauser.us/arithmetic/SoftFloat.html + +## Release 3e + +Release 3 was a complete rewrite of SoftFloat, funded +by the University of California, Berkeley. + +- http://www.jhauser.us/arithmetic/SoftFloat-3e.zip |