Closed
Description
I did a benchmark for SIMD implementation of coverage map: https://github.com/wtdcode/libafl_simd_bench
The motivation is that we can use wide
to replace std::simd
so that we no longer need nightly to gain the speedup. It looks like that wide
has almost the same performance as std::simd
. I can draft a PR if we agree to introduce wide
.
Metadata
Metadata
Assignees
Labels
No labels