Skip to content

Commit 80d6061

Browse files
committed
Unfinished changes
1 parent f7c3fdb commit 80d6061

File tree

1,626 files changed

+7738
-5719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,626 files changed

+7738
-5719
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "custom_float"
33
version = "0.3.1"
4-
edition = "2021"
4+
edition = "2024"
55
license = "MIT"
66
description = "Custom floating-point types"
77
repository = "https://github.com/sigurd4/custom_float"
@@ -35,9 +35,9 @@ bytemuck = ["dep:bytemuck"]
3535
use_std_float = []
3636

3737
[dependencies]
38-
moddef = "0.2.6"
38+
moddef = "0.3.0"
3939
num-traits = "0.2.19"
40-
bytemuck = {version = "1.23.0", features = ["derive"], optional = true}
40+
bytemuck = {version = "1.23.1", features = ["derive"], optional = true}
4141
serde = {version = "*", optional = true}
4242

4343
[dev-dependencies]
16.6 KB
1.42 KB
-4.13 KB
-3.15 KB
171 KB
154 KB
167 KB
141 KB

plots/ati/Fp24/bench/cos_bench.jpg

152 KB

0 commit comments

Comments
 (0)