Skip to content

Commit 999b32d

Browse files
committed
clean up repack-impl.cpp
1 parent af04c01 commit 999b32d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ggml/src/ggml-cpu/repack-impl.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ static inline int nearest_int(float fval) {
4444
// operations durin unpacking)
4545
//
4646

47-
#if !(defined(__GNUC__) && defined(__clang__))
48-
extern "C" {
49-
#endif
50-
5147
void ggml_quantize_mat_q8_0_4x4_generic(const float * GGML_RESTRICT x, void * GGML_RESTRICT vy, int64_t k) {
5248
assert(QK8_0 == 32);
5349
assert(k % QK8_0 == 0);
@@ -754,7 +750,3 @@ void ggml_gemm_iq4_nl_4x4_q8_0_generic(int n, float * GGML_RESTRICT s, size_t bs
754750
}
755751
}
756752
GGML_CPU_NATIVE_IMPL(ggml_gemm_iq4_nl_4x4_q8_0)
757-
758-
#if !(defined(__GNUC__) && defined(__clang__))
759-
} // extern "C"
760-
#endif

0 commit comments

Comments
 (0)