This PR applies a fix to the return value inconsistency in the ui64_find_lowest_one_bit method of bitwise_operations.cc, and resolves failing test cases in tests/code/test_uint64.cc.
User Notes
[ ] Features added
[ ] Changes to compilation (if any)
Checklist
[ ] Added/updated tests of new features and included a reference output.ref file
[ ] Removed comments in code and input files
[ ] Documented source code
[ ] Checked for redundant headers
[ ] Checked for consistency in the formatting of the output file
Description
This PR applies a fix to the return value inconsistency in the
ui64_find_lowest_one_bit
method ofbitwise_operations.cc
, and resolves failing test cases intests/code/test_uint64.cc
.User Notes
Checklist
output.ref
file