[07_weird_assembly_machine] add a faster implementation of func0

This commit is contained in:
2025-09-11 10:26:43 +02:00
parent 6dbaffdd28
commit a499dd2629
2 changed files with 31 additions and 12 deletions

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-Ctarget-cpu=native"]