rust/library/std/tests/floats
Trevor Gross 47ba5bd41e Enable f16 tests for powf
The LLVM issue [1] was fixed with [2], which is included in the LLVM20
upgrade. Tests no longer fail, so enable them here.

[1]: https://github.com/llvm/llvm-project/pull/98681
[2]: https://github.com/llvm/llvm-project/pull/98681
2025-03-11 12:13:01 +00:00
..
f16.rs Enable f16 tests for powf 2025-03-11 12:13:01 +00:00
f32.rs Move std float unit tests to integration tests 2025-01-26 10:28:04 +00:00
f64.rs Move std float unit tests to integration tests 2025-01-26 10:28:04 +00:00
f128.rs Move std float unit tests to integration tests 2025-01-26 10:28:04 +00:00
lib.rs Remove stabilized feature gate 2025-02-02 18:28:08 +00:00