Releases: AmusementClub/vs-boxblur
Releases · AmusementClub/vs-boxblur
v4
Fix rounding.
v3
v2
- Add support for 1-15 bit integer format
v1
AVX2-optimized implementation of std.BoxBlur
(=> box.Blur
)
If AVX2 is not available, it will fall back to std.BoxBlur
.
Zen3 users may not benefit from the current implementation. The measured speedup is 1.3x on skylake and icelake, and 3x on zen2.