Improve rust performance with some initial simd stuff

This commit is contained in:
12bitfloat
2025-10-07 00:55:19 +02:00
parent 8224a609c5
commit dc3e47f365
6 changed files with 291 additions and 80 deletions
+2
View File
@@ -33,6 +33,8 @@ run: run_spam wl run_not_spam
run_risspam: run_spam_risspam run_not_spam_risspam
bench_rust: build_risspam benchmark_only
bench_rust_only: build_risspam
cd 12bitfloat_rust/risspam && time ./target/release/risspam ../../books/*.txt
format:
clang-format *.c *.h -i