Compare commits
No commits in common. 'epel10' and 'epel9' have entirely different histories.
@ -1,17 +1,3 @@
|
|||||||
[package]
|
[package]
|
||||||
summary = "Half-precision floating point f16 and bf16 types for Rust"
|
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"]
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (half-1.8.3.crate) = 9ba1341edc6aa1c2edebd77ac76cc95851d3387e189a8d5a66dfc0974e79ba8610af8463c2bcee38d4dc96f82316ed7041ca31ccda8863de5a90b4f85f3a529a
|
SHA512 (half-1.8.2.crate) = 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e
|
||||||
|
Loading…
Reference in new issue