Skip to content

Commit

Permalink
using of the asm feature to improve the performance of basic functions
Browse files Browse the repository at this point in the history
in principle the PR uses rust-lang/compiler-builtins#365
to improve the performance
  • Loading branch information
stlankes committed Nov 21, 2020
1 parent 9d0a06d commit 465ec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[unstable]
build-std = ["std", "core", "alloc", "panic_abort"]
build-std-features = ["compiler-builtins-mem"]
build-std-features = ["compiler-builtins-mem", "compiler-builtins-asm"]

[build]
target = "x86_64-unknown-hermit"
Expand Down

0 comments on commit 465ec3b

Please sign in to comment.