Merge commit '98ed962c7d
' into master
This commit is contained in:
commit
7cbe50e209
68 changed files with 2682 additions and 1135 deletions
|
@ -153,10 +153,9 @@ 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)
|
||||
// }
|
||||
unsafe fn use_ctlz_nonzero(a: u16) -> u32 {
|
||||
intrinsics::ctlz_nonzero(a)
|
||||
}
|
||||
|
||||
fn ptr_as_usize(ptr: *const u8) -> usize {
|
||||
ptr as usize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue