Skip to content

Commit 9d3d39c

Browse files
committed
Cleanup debug code
1 parent 344b8c6 commit 9d3d39c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/distance-cpu.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,7 @@ void init_distance_functions (bool force_cpu) {
928928
init_distance_functions_neon();
929929
}
930930
#elif defined(__riscv) || defined(__riscv__)
931-
printf("RISC-V detected\n");
932931
if (cpu_supports_rvv()) {
933-
printf("RISC-V RVV detected\n");
934932
init_distance_functions_rvv();
935933
}
936934
#endif

0 commit comments

Comments
 (0)