Skip to content

Commit 465ec3b

Browse files
committed
using of the asm feature to improve the performance of basic functions
in principle the PR uses rust-lang/compiler-builtins#365 to improve the performance
1 parent 9d0a06d commit 465ec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[unstable]
22
build-std = ["std", "core", "alloc", "panic_abort"]
3-
build-std-features = ["compiler-builtins-mem"]
3+
build-std-features = ["compiler-builtins-mem", "compiler-builtins-asm"]
44

55
[build]
66
target = "x86_64-unknown-hermit"

0 commit comments

Comments
 (0)