Skip to content

Commit fcb8456

Browse files
committed
fix format
Signed-off-by: jiqing-feng <[email protected]>
1 parent 0f78bad commit fcb8456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csrc/pythonInterface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,8 @@ void gemv_4bit_inference_cpu_nf4_bf16(
912912
}
913913
#endif
914914
#if defined(__AVX512F__)
915-
bool has_avx512f_cpu() { return has_avx512f() }
915+
bool has_avx512f_cpu() { return has_avx512f(); }
916916

917-
bool has_avx512bf16_cpu() { return has_avx512bf16() }
917+
bool has_avx512bf16_cpu() { return has_avx512bf16(); }
918918
#endif
919919
}

0 commit comments

Comments
 (0)