We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec219d commit 8882492Copy full SHA for 8882492
src/VecSim/spaces/functions/implementation_chooser.h
@@ -45,7 +45,6 @@
45
// func: The templated function that we want to choose the implementation for.
46
// chunk: The chunk size. Can be 64, 32, 16 or 8. Should be the number of elements of the expected
47
// type fitting in the expected register size.
48
-
49
#define CHOOSE_IMPLEMENTATION(out, dim, chunk, func) \
50
do { \
51
decltype(out) __ret_dist_func; \
0 commit comments