#![no_std] pub fn u128_count_ones(x: u128) -> u32 { x.count_ones() }. when compiled with cargo build --target aarch64-unknown-none-softfloat it gives:
確定! 回上一頁