remove white spaces

This commit is contained in:
vithulep 2025-06-17 15:41:18 +05:30
parent 2add787715
commit b1487ec293
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@ void quantize_row_q8_0(const float * GGML_RESTRICT x, void * GGML_RESTRICT vy, i
const int nb = k / QK8_0;
block_q8_0 * GGML_RESTRICT y = vy;
// printf("Here");
#if defined(__ARM_FEATURE_SVE)
const int sve_register_length = ggml_cpu_get_sve_cnt() * 8;
const int ggml_f32_epr = sve_register_length / 32;