File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,6 @@ SZ_DYNAMIC void sz_dispatch_table_init(void) {
298298 impl -> bytesum = sz_bytesum_skylake ;
299299
300300 impl -> sequence_argsort = sz_sequence_argsort_skylake ;
301- impl -> sequence_intersect = sz_sequence_intersect_skylake ;
302301 impl -> pgrams_sort = sz_pgrams_sort_skylake ;
303302 }
304303#endif
@@ -319,6 +318,8 @@ SZ_DYNAMIC void sz_dispatch_table_init(void) {
319318 impl -> hash_state_stream = sz_hash_state_stream_ice ;
320319 impl -> hash_state_fold = sz_hash_state_fold_ice ;
321320 impl -> fill_random = sz_fill_random_ice ;
321+
322+ impl -> sequence_intersect = sz_sequence_intersect_ice ;
322323 }
323324#endif
324325
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ extern "C" {
5858 * Example usage:
5959 *
6060 * @code{.c}
61- * #include <stringzilla/join .h>
61+ * #include <stringzilla/intersect .h>
6262 * int main() {
6363 * char const *first[] = {"banana", "apple", "cherry"};
6464 * char const *second[] = {"cherry", "orange", "pineapple", "banana"};
You can’t perform that action at this time.
0 commit comments