We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344b8c6 commit 9d3d39cCopy full SHA for 9d3d39c
1 file changed
src/distance-cpu.c
@@ -928,9 +928,7 @@ void init_distance_functions (bool force_cpu) {
928
init_distance_functions_neon();
929
}
930
#elif defined(__riscv) || defined(__riscv__)
931
- printf("RISC-V detected\n");
932
if (cpu_supports_rvv()) {
933
- printf("RISC-V RVV detected\n");
934
init_distance_functions_rvv();
935
936
#endif
0 commit comments