18 skills found
kimwalisch / Libpopcnt🚀 Fast C/C++ bit population count library
eklitzke / C.shInline C/asm in Bash
mklarqvist / Positional PopcountFast C functions for the computing the positional popcount (pospopcnt).
CountOnes / Hamming WeightC library to compute the Hamming weight of arrays
mklarqvist / LibalgebraFast C header-only library for popcnt, pospopcnt, and set algebraic operations
janestreet / Ocaml IntrinsicsProvides functions to invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc) when available, or compatible software implementation on other targets.
ogurets / Popcnt EmulatorPintool library for running Quantum Break on pre-SSE4.2 CPUs
InstLatx64 / AVX512 PopCntAVX512 population count routines
hideo55 / Go PopcountPopCount implementation for Go. Using hardware POPCNT instruction if available it.
bobbyi / Fast Bit CountingCount how many bits are set (population count) in C++ using POPCNT via inline assembly and gcc intrinsics (with benchmarks)
mklarqvist / LibflagstatsEfficient C functions to compute the summary statistics (flagstats) for sequencing read sets.
mklarqvist / StormBitmapsFast algorithms for computing XX^T for binary matrices
WojciechMula / Avx512popcnt SuperoptimizerNo description available
eschmar / Postgresql PopcountPostgreSQL Extension introducing popcount[|32|64|Asm|Asm64|256](bit(n)).
sarah-quinones / PopcntNo description available
emilbayes / Popcnt32Calculate population count (popcnt) on a 32-bit number, branch free
Gravechapa / Popcnt Hotpatch CyberpunkNo description available
js-choi / Proposal PopcountDraft specification for bit popcount in JavaScript.