ucb-bar / ucb-bar/berkeley-hardfloat

"Recoded Format" table in README.md is incorrect

Open
#74 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scala
Stars
393
Forks
111
PR merge metrics
No merged PRs in 30d

Description

The Recoded Format table shows the mantissas as hex digits, with "f", but should be binary with only 0 or 1 (should be 23 bits, not 23 hex digits).

Also, it would be nice to show "maximum subnormal" (IEEE s 00000000 11111111111111111111111) and "minimum normal" (IEEE s 00000001 00000000000000000000000) in the table. The other interesting cases (zero, minimum subnormal, maximum normal, infinity, NaN) are shown.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open README.md and inspect the "Recoded Format" table. Correct the mantissa representation to 23 binary bits, add the maximum subnormal and minimum normal rows, and verify that the existing special-case rows remain accurate.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.