about summary refs log tree commit diff
path: root/library/std/src/f16.rs
AgeCommit message (Collapse)AuthorLines
2024-05-16Add `powi` to `f16` and `f128`Trevor Gross-0/+24
This will unblock adding support to compiler_builtins (<https://github.com/rust-lang/compiler-builtins/pull/614>), which will then unblock adding tests for these new functions.
2024-04-10Add basic f16 and f128 modulesTrevor Gross-0/+11
Create empty modules so `rustdoc` has someplace to link to for these types.