Skip to content

Commit f7b7296

Browse files
authored
Fix compilation with LLVM
1 parent 28eeef5 commit f7b7296

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)