Skip to content

Commit e447f2c

Browse files
authored
Merge pull request #5770 from martin-frbg/undef_prefsize
Undefine GEMM_PREFERRED_SIZE before redefining to silence warning
2 parents ded9a96 + 54b939e commit e447f2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

driver/level3/level3_thread.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
#endif
4949

5050
#ifdef DYNAMIC_ARCH
51+
#undef GEMM_PREFERRED_SIZE
5152
#define GEMM_PREFERRED_SIZE gotoblas->preferred_size
5253
#endif
5354
#ifndef GEMM_PREFERRED_SIZE

0 commit comments

Comments
 (0)