Our source code utilizes some POSIX APIs and adopts the AVX2 instruction set by default. As such, we advise you to compile and test the source code in a Linux machine equipped with Intel CPUs supporting AVX2. If you have no machine with the required CPUs, you can comment out the source code using AVX2 in computesetintersection.h/cpp.
Our source code utilizes some POSIX APIs and adopts the AVX2 instruction set by default. As such, we advise you to compile and test the source code in a Linux machine equipped with Intel CPUs supporting AVX2. If you have no machine with the required CPUs, you can comment out the source code using AVX2 in computesetintersection.h/cpp.
Thanks.