We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83aa037 commit 3f581e4Copy full SHA for 3f581e4
1 file changed
include/intersection.h
@@ -46,7 +46,7 @@ size_t SIMDintersection_avx2(const uint32_t *set1, const size_t length1,
46
* This is a well-written, but otherwise unsophisticated function.
47
* Written by N. Kurz.
48
*/
49
-size_t nate_scalar(const uint32_t *set1, const size_t length1,
+size_t scalar(const uint32_t *set1, const size_t length1,
50
const uint32_t *set2, const size_t length2, uint32_t *out);
51
52
/*
0 commit comments