Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
ef3b8691fa | 4 months ago |
|
44198d3c2d | 7 months ago |
|
a451088858 | 1 year ago |
@ -1 +1,2 @@
|
||||
/half-1.8.2.crate
|
||||
/half-1.8.3.crate
|
||||
|
@ -1,3 +1,17 @@
|
||||
[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"]
|
||||
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (half-1.8.2.crate) = 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e
|
||||
SHA512 (half-1.8.3.crate) = 9ba1341edc6aa1c2edebd77ac76cc95851d3387e189a8d5a66dfc0974e79ba8610af8463c2bcee38d4dc96f82316ed7041ca31ccda8863de5a90b4f85f3a529a
|
||||
|
Loading…
Reference in new issue