Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
desmonddak committed Jan 30, 2025
1 parent e8fe9b9 commit 5ffd873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/components/floating_point.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,3 @@ It has options to control its performance:
- `adderGen`: used to specify the kind of [Adder] used for key functions like the mantissa addition. Defaults to [NativeAdder], but you can select a [ParallelPrefixAdder] of your choice.
- `seGen`: type of sign extension routine used, base class is [PartialProductSignExtension].
- `ppTree`: used to specify the type of ['ParallelPrefix'](https://intel.github.io/rohd-hcl/rohd_hcl/ParallelPrefix-class.html) used in the other critical functions like leading-one detect.

0 comments on commit 5ffd873

Please sign in to comment.