You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, we generate extra code for every FixedPoint<I, P> instead of using the trait system. The trait-based approach allows removing extra features (i16, i32, and so on), produces better documentation, and allows defining custom layouts.
Now, we generate extra code for every
FixedPoint<I, P>
instead of using the trait system. The trait-based approach allows removing extra features (i16
,i32
, and so on), produces better documentation, and allows defining custom layouts.It is also related to #33.
The text was updated successfully, but these errors were encountered: