Skip to content

Commit 29fab2b

Browse files
authored
Merge pull request #5546 from martin-frbg/issue5545
Fix compilation of the PPC SBGEMM kernels with LLVM
2 parents 28eeef5 + f7b7296 commit 29fab2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/power/gemm_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define USE_VECTOR_PAIRS
2929
#endif
3030

31-
#ifdef _AIX
31+
#if defined(_AIX) || defined(__clang__)
3232
#include<stdbool.h>
3333
typedef __vector unsigned short vec_bf16;
3434
#else

0 commit comments

Comments
 (0)