Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ARM): modify find_first_bit to support building on arm64 (#292)
* add(function): modify find_first_bit function to support building on arm64 Related to: openebs/openebs#1295 Modify the find_first_bit function in istgt_lu_disk.c, which is implemented by using asm and cannot run on arm64. And add the implementation by using c language. Signed-off-by: wangzihao <[email protected]>
- Loading branch information