intel / rohd-hcl

A hardware component library developed with ROHD.
https://pub.dev/packages/rohd_hcl
BSD 3-Clause "New" or "Revised" License
81 stars 23 forks source link

Maximum Exponent for E4M3 #115

Open soneryaldiz opened 4 weeks ago

soneryaldiz commented 4 weeks ago

Describe the bug

The maximum exponent for E4M3 is bias + 1 to increase the range unlike other floating point types. computeMaxExponent needs to be refactored.

To Reproduce

No response

Expected behavior

No response

Actual behavior

No response

Additional: Dart SDK info

No response

Additional: pubspec.yaml

No response

Additional: Context

No response