Skip to content

Commit

Permalink
[SOL] Disable f16 and f128
Browse files Browse the repository at this point in the history
These floating point widths are not supported in Rust 1.78.
  • Loading branch information
LucasSte committed Aug 13, 2024
1 parent fb9f0d9 commit 8e7bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cc = { optional = true, version = "1.0" }
panic-handler = { path = 'crates/panic-handler' }

[features]
default = ["compiler-builtins"]
default = ["compiler-builtins", "no-f16-f128"]

# Enable compilation of C code in compiler-rt, filling in some more optimized
# implementations and also filling in unimplemented intrinsics
Expand Down

0 comments on commit 8e7bd0b

Please sign in to comment.