mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #636] Use MSVC intrinsics in Log2FloorNonZero and FindMatchLengthWithLimit #1288
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/google/brotli/pull/636
State: closed
Merged: Yes
This PR finishes off the work started in https://github.com/google/brotli/pull/618
Switched compiler intrinsic code to use more generic switches and added MSVC-specific versions of the clz and ctz calls where the GCC __builtin functions are used.
Preliminary testing shows an almost 10% speed improvement for encoding on Windows x64.