You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to build with Google's vqsort or Intel's x86-simd-sort.
x86-simd-sort is only AVX2 and AVX512. vqsort can do SSE too, but as far as I can tell it doesn't bring much of any actual improvement over libstdc++'s std::sort.
The text was updated successfully, but these errors were encountered:
Option to build with Google's vqsort or Intel's x86-simd-sort.
x86-simd-sort is only AVX2 and AVX512. vqsort can do SSE too, but as far as I can tell it doesn't bring much of any actual improvement over libstdc++'s std::sort.
The text was updated successfully, but these errors were encountered: