Mult for Mantissa
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
Read MulAddRecFN.scala, starting with the preMul and postMul flow described in the issue and the addition at line 206. Trace the mantissa path for operands A and B to determine where multiplication occurs; done means identifying that operation in the existing flow and documenting the relevant location.
Written by the indexing model from the issue text.
Description
I look into MulAddRecFN.scala which is seemed that body of float mult-add (out = A*B + C).
The flow is indeed as follows;
in -> preMul -> postMul -> out
- preMul
- extract sign, significant, mantissa by rawFloatFromRecFN().
- Significant of C alignment
- output
- postMul
- Addition with C (line #206)
- Normalize for result
- Rounding for result
I could not find multiplication for mantissa part of A and B operands, where actually does it?
- Dominant language
- Scala
- Stars
- 393
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Getting set up
This project ships no dev container, Dockerfile or contributing guide, so setting up is up to you: start from its README, and see our first-contribution guide for the general steps.
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from ucb-bar/berkeley-hardfloat
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
ucb-bar/berkeley-hardfloat#86 · 11 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
ucb-bar/berkeley-hardfloat#84 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 25/100
ucb-bar/berkeley-hardfloat#77 · 2 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 50/100
-
sbt test failOpen
Difficulty 3/5 1-2 days Newbie friendliness 25/100
ucb-bar/berkeley-hardfloat#62 · 1 comment ·
All issues in ucb-bar/berkeley-hardfloat
Similar issues
-
arrays_zip with two same-named inputs fails with "ArrowArray struct has 2 children (expected 1)"Openbug requires-triage
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
apache/datafusion-comet#6251 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
lichess-org/lila#21826 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
ergoplatform/ergo#2579 ·
Maintainers usually reply within 2 days
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
apache/texera#8682 · 4 comments ·
Maintainers usually reply within 1 day