Skip to content

Commit

Permalink
Remove x86-64 UEFI hack no longer needed with new memchr version
Browse files Browse the repository at this point in the history
Fixed in memchr 2.3.4 by BurntSushi/memchr#77.
  • Loading branch information
cimbul committed Nov 15, 2020
1 parent 53f5f55 commit 5f62e54
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
[target.x86_64-unknown-uefi]
runner = ["uefi/script/boot.sh", "x86-64"]
# Work around an issue compiling memchr 2.2+ with soft floats enabled
# https://github.com/rust-lang/rust/issues/61721
# https://github.com/BurntSushi/rust-memchr/blob/378bb1ca/build.rs#L8
rustflags = ["--cfg", "memchr_disable_auto_simd"]
# rustflags = ["-C", "target-feature=-sse,-sse2,-sse3,-sse4.1,-sse4.2,-sse4a,-ssse3"]

[target.i686-unknown-uefi]
runner = ["uefi/script/boot.sh", "x86"]
Expand Down

0 comments on commit 5f62e54

Please sign in to comment.