This commit is contained in:
Antoni Boucher 2024-07-05 15:35:57 -04:00
parent 0b5be441cf
commit 5681c3cf68
3 changed files with 1 additions and 4 deletions

View file

@ -153,7 +153,6 @@ fn array_as_slice(arr: &[u8; 3]) -> &[u8] {
arr
}
// FIXME: fix the intrinsic implementation to work with the new ->u32 signature
unsafe fn use_ctlz_nonzero(a: u16) -> u32 {
intrinsics::ctlz_nonzero(a)
}