lazymio
|
bfc55c98a7
|
Enable SIMD acceleration for stable rust toolchain (#3140)
* initial support
* migrate SAND
* Update comments
* Fmt
* Clippy
* Fix missing docs
* fmt fix
* clippy again
* weird clippy
* clippy
* Fix
* Allow new SIMDMapFeedback
* Fix features
* Fix features again
* Allow custom names
* Fix imports
* Fix imports
* Fmt
* Fix missing implementations
* Requires std to simd
* DO NOT Overwrite names
* Format toml
* no_std fix
* fmt
* Use SIMDMapFeedback for libfuzzer_libpng
* no_std (?)
* clippy
* fix no_alloc
* allow cargo docs to enable all features
* clippy again
* Fix missing import
* Fix cargo docs
* Naive simplify_map doesn't require wide
* Accidentally commit the file
* more fine grined features
* Fix clippy.ps1
* Fix wide256 for simplify_map
* Renaming to SimdMapFeedback
* Dynamic dispatch
* Fix naming
* Move to simd.rs
* clippy
* clippy
* dispatch earlier
* Fix clippy
* clippy
* clippy
* Revert previous change
* Fix comments
* Update comments for std_covmap_is_interesting
* remove SIMD and choose fastest implementation based on target_arch
* no longer nightly imports
* Fix
* upstream benchmark code
* Fix docs
* Fix libfuzzer_libpng
* Disable clippy for benchmark
* clippy
* clippy again
---------
Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
|
2025-04-08 19:08:16 +02:00 |
|