Use simd to improve performance and add clap

This commit is contained in:
hal8174 2025-07-06 00:38:53 +02:00
parent fbd946c7ec
commit fdbc206b53
Signed by: hal8174
SSH key fingerprint: SHA256:JwuqS+eVfISfKr+DkDQ6NWAbGd1jFAHkPpCM1yCnlTs
4 changed files with 315 additions and 25 deletions

3
.cargo/config.toml Normal file
View file

@ -0,0 +1,3 @@
[build]
rustflags = ["-C", "target-cpu=native"]