Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There was an issue in the way the vec_cnttz_lsbb builtin was being implemented that got fixed on GCC 12, but now we have to use different builtins depending on the compiler version. To avoid that, let's use inline asm to generate the exact instruction we need.
- Loading branch information