surge-math 0.2.12-alpha.0

surge synthesizer -- dsp math used in synthesis
1
2
3
4
5
6
crate::ix!();

pub fn bitscan_reverse(bits: u32) -> u32 
{
    core::intrinsics::cttz(bits)
}