[arm] fix unused unsafe warning
This commit is contained in:
parent
ffc69c752e
commit
7e0655e92f
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ extern "C" {
|
|||
#[inline(always)]
|
||||
#[cfg_attr(test, assert_instr(rbit))]
|
||||
pub unsafe fn _rbit_u64(x: u64) -> u64 {
|
||||
unsafe { rbit_u64(x as i64) as u64 }
|
||||
rbit_u64(x as i64) as u64
|
||||
}
|
||||
|
||||
/// Counts the leading most significant bits set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue