GuillaumeHolley / BloomFilterTrie

An alignment-free, reference-free and incremental data structure for colored de Bruijn graph with application to pan-genome indexing.
MIT License
43 stars 6 forks source link

Rename the specific SSE 4.2 popcnt calls #8

Open Colelyman opened 6 years ago

Colelyman commented 6 years ago

Hey Guillaume,

After trying to compile with a compiler that didn't have SSE 4.2 enabled, I discovered that the following changes would allow the code to work on non-SSE enable systems, but (AFAIK) still use the optimized functions when SSE is enabled.

Please let me know what you think.

Cole