I think this line: https://github.com/hlslibs/ac_types/blob/45fbaec87e419e5a021fa3d6aa1e9da24b278f10/include/ac_fixed.h#L1560 should be 'exp = -1023;' which I think will better align the intention of the function and IEEE-754 format. What do you guys think?
I think this line:
ac_types/include/ac_fixed.h
Line 1560 in 45fbaec
should be 'exp = -1023;'
which I think will better align the intention of the function and IEEE-754 format. What do you guys think?