about summary refs log tree commit diff
path: root/library/std/src/f16.rs
AgeCommit message (Expand)AuthorLines
2025-05-29Make `std/src/num` mirror `core/src/num`Trevor Gross-1105/+0
2025-05-13Initial implementation of `core_float_math`Trevor Gross-431/+0
2025-05-12update cfg(bootstrap)Pietro Albini-135/+90
2025-04-27Use `feature(target_has_reliable_f16_f128)` in library testsTrevor Gross-45/+225
2025-03-29std: make `cmath` functions safejoboet-16/+16
2025-03-21Rollup merge of #137357 - syvb:sv/log-docs, r=tgross35Matthias Krüger-0/+60
2025-03-19Document results of non-positive logarithmssyvb-0/+60
2025-02-23Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35Trevor Gross-1/+1
2025-02-22make the new intrinsics safeRalf Jung-1/+1
2025-02-17tests: Also gate `f16::erfc()` doctest with `reliable_f16_math` cfgMartin Nordholts-0/+2
2025-02-15Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35bors-0/+72
2025-02-14Implement `f{16,32,64,128}::{erf,erfc}`Pavel Grigorenko-0/+72
2025-02-12`f16` is half-precisioneyelash-1/+1
2025-02-04intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr...Ralf Jung-1/+1
2025-02-04Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=NoratriebJacob Pratt-3/+0
2025-01-28Document powf and powi calls that always return 1.0Marijn Schouten-1/+17
2025-01-26Move std float unit tests to integration testsbjorn3-3/+0
2025-01-05Add doc aliases for `libm` and IEEE namesTrevor Gross-0/+2
2024-11-01float types: move copysign, abs, signum to libcoreRalf Jung-97/+0
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-3/+6
2024-08-28copysign with sign being a NaN is non-portableRalf Jung-3/+8
2024-08-26also update copysign docsRalf Jung-5/+5
2024-08-01Add math functions for `f16` and `f128`Trevor Gross-9/+1287
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-1/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-06-25Add more `f16` and `f128` library functions and constantsTrevor Gross-0/+29
2024-05-16Add `powi` to `f16` and `f128`Trevor Gross-0/+24
2024-04-10Add basic f16 and f128 modulesTrevor Gross-0/+11