jltsiren / simple-sds

Simple succinct data structures (in Rust)
MIT License
45 stars 7 forks source link

Support ARM #5

Closed jltsiren closed 3 years ago

jltsiren commented 3 years ago

64-bit ARM / AArch64 is now fully supported. This basically required a better select-within-word implementation for systems without the PDEP instruction.