surge-math 0.1.30-alpha.0

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

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