You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
603 B
18 lines
603 B
2 months ago
|
[package]
|
||
|
summary = "Half-precision floating point f16 and bf16 types for Rust"
|
||
|
cargo-toml-patch-comments = [
|
||
|
"drop unused zerocopy feature (missing dependencies)",
|
||
|
"drop unused benchmark-only criterion dependency",
|
||
|
]
|
||
|
|
||
|
[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"]
|
||
|
|