We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e98366 commit 2565d6fCopy full SHA for 2565d6f
scripts/bench.cxx
@@ -965,6 +965,11 @@ int main(int argc, char **argv) {
965
sparse_<u32_k>("intersect_u32_ice", simsimd_intersect_u32_ice, simsimd_intersect_u32_accurate);
966
#endif
967
968
+#if SIMSIMD_TARGET_TURIN
969
+ sparse_<u16_k>("intersect_u16_turin", simsimd_intersect_u16_turin, simsimd_intersect_u16_accurate);
970
+ sparse_<u32_k>("intersect_u32_turin", simsimd_intersect_u32_turin, simsimd_intersect_u32_accurate);
971
+#endif
972
+
973
#if SIMSIMD_TARGET_SKYLAKE
974
dense_<f32_k>("dot_f32_skylake", simsimd_dot_f32_skylake, simsimd_dot_f32_accurate);
975
dense_<f32_k>("cos_f32_skylake", simsimd_cos_f32_skylake, simsimd_cos_f32_accurate);
0 commit comments