lemire / SIMDCompressionAndIntersection

A C++ library to compress and intersect sorted lists of integers using SIMD instructions
Apache License 2.0
422 stars 59 forks source link

Namespacing Fixes #3

Closed aconz2 closed 9 years ago

aconz2 commented 9 years ago

I've renamed all #ifndefs, wrapped sources in a namespace, and updated the tests and example to match. I also added a target in the makefile for building libSIMDCompressionAndIntersection.a for linking. I've tested the build on my machine and everything seems to be in order.

lemire commented 9 years ago

Looks good. I will merge and check.