Declare SHUFFLE_MAGIC_NO as const to placate clang

This commit is contained in:
Martin Kroeker 2022-02-25 10:05:36 +01:00 committed by GitHub
parent d9894f45d3
commit 9d7429406f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ void sbgemm_block_kernel_nn_32xNx32_one(BLASLONG m, BLASLONG n, BLASLONG k, floa
bfloat16 * B_addr = B;
float * C_addr = C;
int SHUFFLE_MAGIC_NO = 0x39;
const int SHUFFLE_MAGIC_NO = 0x39;
BLASLONG tag_k_32x = k & (~31);
#ifndef ONE_ALPHA