randy palamar
[blog]
[git]
[setup]
opkg
statically linked package installer
git clone
anongit@rnpnr.xyz:opkg.git
Log
|
Files
|
Refs
|
Feed
|
Submodules
|
README
|
LICENSE
HAVE___BUILTIN_CLZ (62B)
1
unsigned x = -1;
2
int main(void) {
3
return __builtin_clz(x);
4
}