formatting improvement.

This commit is contained in:
Julia Longtin 2024-03-23 16:19:17 +00:00
parent 6face8a0be
commit edb76ffddb

View file

@ -6,6 +6,7 @@
extern "C" { extern "C" {
#endif #endif
/* A forward declaration, to keep GCC happy. */
void ggml_vec_dot_f32(int n, float * restrict s, size_t bs, const float * restrict x, size_t bx, const float * restrict y, size_t by, int nrc); void ggml_vec_dot_f32(int n, float * restrict s, size_t bs, const float * restrict x, size_t bx, const float * restrict y, size_t by, int nrc);
#ifdef __cplusplus #ifdef __cplusplus