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
To allow for effective use of larger components (e.g. u128) it'd make sense to optimize the flags field and use any additional bits there for the mantissa.
This changes the way many of the existing algorithms perform, however theoretically with const generics we could obtain similar performance with some modifications.
The text was updated successfully, but these errors were encountered:
To allow for effective use of larger components (e.g. u128) it'd make sense to optimize the flags field and use any additional bits there for the mantissa.
This changes the way many of the existing algorithms perform, however theoretically with const generics we could obtain similar performance with some modifications.
The text was updated successfully, but these errors were encountered: