mirror of https://git.musl-libc.org/git/musl
Browse Source
some archs already have a_clz_32, used to provide a_ctz_32, but it hasn't been mandatory because it's not used anywhere yet. mallocng will need it, however, so add it now. it should probably be optimized better, but doesn't seem to make a difference at present.master
1 changed files with 15 additions and 0 deletions
Loading…
Reference in new issue