Skip to content

Commit

Permalink
uefi-std: Drop sqrt
Browse files Browse the repository at this point in the history
sqrt is available through compiler-builtins 0.1.77 and newer.

Fixes compiling system76-firmware-update with latest toolchain.

Ref: rust-lang/compiler-builtins#480
Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd committed Aug 9, 2022
1 parent 1d2a23b commit 3bf1049
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 100 deletions.
99 changes: 0 additions & 99 deletions crates/uefi_std/src/rt/math.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/uefi_std/src/rt/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pub mod math;
pub mod panic;
pub mod start;

0 comments on commit 3bf1049

Please sign in to comment.