logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

HAVE___BUILTIN_CLZ (62B)


  1. unsigned x = -1;
  2. int main(void) {
  3. return __builtin_clz(x);
  4. }