ggml : Fix issue with kleidiai ci and stringop overflow warning (#26277)

Signed-off-by: Jonathan Clohessy <Jonathan.Clohessy@arm.com>
This commit is contained in:
Jonathan Clohessy 2026-07-30 07:17:30 +01:00 committed by GitHub
parent a6a77bc48d
commit 32703b42d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2739,7 +2739,7 @@ static block_q8_0x4 make_block_q8_0x4(block_q8_0 * in, unsigned int blck_size_in
return out;
}
static block_q4_0x4 make_block_q4_0x4(block_q4_0 * in, unsigned int blck_size_interleave) {
static block_q4_0x4 make_block_q4_0x4(block_q4_0 * in, int blck_size_interleave) {
block_q4_0x4 out;
for (int i = 0; i < 4; i++) {