about summary refs log tree commit diff
path: root/library/std/tests/floats/f16.rs
AgeCommit message (Expand)AuthorLines
2025-05-14Move applicable float tests from `coretests` back to `std`Trevor Gross-0/+300
2025-05-13Move float tests from std to coreTrevor Gross-1022/+0
2025-05-12update cfg(bootstrap)Pietro Albini-30/+0
2025-04-27Use `feature(target_has_reliable_f16_f128)` in library testsTrevor Gross-30/+92
2025-04-22test_nan: ensure the NAN contant is quietRalf Jung-0/+2
2025-04-04Expose algebraic floating point intrinsicsCalder Coalson-0/+21
2025-03-17Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieubors-0/+12
2025-03-11Add `From<{integer}>` for `f16`/`f128` implsbeetrees-0/+12
2025-03-11Enable `f16` tests for `powf`Trevor Gross-43/+41
2025-01-26Move std float unit tests to integration testsbjorn3-0/+957