• conferences
  • fosdem2024
  • fosdem2024 ddffirst
  • pospopcount.c
  • Edit
  • RecentChanges
  • Preferences
  • About Us
/*Copyright (c) 2020 Robert Clausecker fuz@fuz.su
  count8 reference implementation */
count8safe(counts *[8]int, buf []uint8) 
  for i := range buf
    for j := 0; j < 8; j++
      counts[j] += int(buf[i] >> j & 1)
Link
Sitemap
Crowdsupply Updates
OpenCollective
Librecores
Libre-SOC Wikipedia
Simple-V OpenPOWER Draft
OpenPOWER External RFCs
PyPI packages
Hackaday
conferences
HDL workflow
Documentation
Bugs and Tasks
All Mailing Lists
List Archives
Git repositories
Kazan (Vulkan driver)
Libre-SOC charter
m class
3D GPU
VPU
Micro-Architecture
future feature proposals
standards
nlnet proposals
resources
Sandbox
Upcoming tasks
NLNet Milestones
180nm Oct2020
22nm PowerPI
Last edited Tue Jan 9 14:01:02 2024.