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
This will definitely pump up their implementation complexity, and probably their memory footprint a bit. Depends on the precise implementation. Still worth implementing to see. The proposed range() iterators would naturally fall out of such an implementation, though.
The text was updated successfully, but these errors were encountered:
Add `f16` and `f128` support
Adds `f16` and `f128` support, using the `rustc_apfloat` library (also used by `rustc`) for parsing/arithmetic/displaying since the types aren't stable yet so can't be used by rust-analyzer itself.
Issue: rust-lang#17451
This will definitely pump up their implementation complexity, and probably their memory footprint a bit. Depends on the precise implementation. Still worth implementing to see. The proposed range() iterators would naturally fall out of such an implementation, though.
The text was updated successfully, but these errors were encountered: