Skip to content

Commit

Permalink
Potential fix for MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Jul 4, 2024
1 parent aec2bd4 commit ab4d014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/relic_arch_a64.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@ uint_t arch_lzcnt(dig_t x) {
}

uint_t arch_tzcnt(dig_t x) {
return core_get()->tzcnt_ptr((ull_t)x) - (8 * sizeof(ull_t) - WSIZE);
return core_get()->tzcnt_ptr(x);
}

0 comments on commit ab4d014

Please sign in to comment.