-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<bit>: Test _Countl_zero_bsr() internal helper #1120
Comments
I think a better alternative would be to have a fixture via force include, similar to this one: It would add It would participate in test matrix. A way to build such matrix for |
Resolves #1120. Co-authored-by: Stephan T. Lavavej <[email protected]> Co-authored-by: Casey Carter <[email protected]>
Recommended by @barcharcraz in #1108 (comment) .
After merging #1108,
<bit>
is going to have an internal helper_Countl_zero_bsr()
for x86/x64 that's active only for very old processors; therefore it will receive no regular testing, although it is necessary for correctness. While we've manually tested it for this PR, we should investigate adding automated testing by directly calling the helper (which we generally avoid doing, but this merits a special exception).The text was updated successfully, but these errors were encountered: