summary refs log tree commit diff
path: root/library/std/src/f16
AgeCommit message (Collapse)AuthorLines
2024-07-14Add `classify` and related methods for `f16` and `f128`Trevor Gross-19/+47
2024-06-25Add tests for `f16` and `f128`Trevor Gross-17/+509
This suite tests all library functions that are now available for the types. Tests are only run on certain platforms where `f16` and `f128` are known to work (have symbols available and don't crash LLVM).
2024-04-10Add basic f16 and f128 modulesTrevor Gross-0/+46
Create empty modules so `rustdoc` has someplace to link to for these types.