parent
904ff0baa7
commit
e7597d7dc1
@ -1,3 +1,13 @@
|
||||
[package]
|
||||
summary = "Half-precision floating point f16 and bf16 types for Rust"
|
||||
|
||||
[tests]
|
||||
skip = [
|
||||
"bfloat::test::test_nan_conversion_to_larger",
|
||||
"bfloat::test::test_nan_conversion_to_smaller",
|
||||
"binary16::test::test_nan_conversion_to_larger",
|
||||
"binary16::test::test_nan_conversion_to_smaller",
|
||||
]
|
||||
skip-exact = true
|
||||
comments = ["skip tests that fail with Rust 1.75+ when built in release mode: https://github.com/starkat99/half-rs/issues/103"]
|
||||
|
||||
|
Loading…
Reference in new issue