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_POPCOUNT (66B)


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