Rust and LLVM don't spec the same output types
This commit is contained in:
parent
e5123b4625
commit
fe9b17acec
1 changed files with 1 additions and 1 deletions
|
|
@ -778,7 +778,7 @@ fn main() {
|
|||
|
||||
// count leading zeros
|
||||
gen(|a: MyU64| {
|
||||
Some((a.0 as usize).leading_zeros())
|
||||
Some((a.0 as usize).leading_zeros() as usize)
|
||||
},
|
||||
"{
|
||||
builtins::int::__clzsi2(a as usize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue