We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53a197 commit f8e113fCopy full SHA for f8e113f
kernel/power/gemm_common.c
@@ -3,17 +3,12 @@
3
#include "common.h"
4
5
#include <altivec.h>
6
+#include <inttypes.h>
7
8
#define NBMAX 4096
9
10
#define FORCEINLINE inline __attribute__((always_inline))
11
-#ifdef __clang__
12
-#define uint16_t unsigned short
13
-#define uint32_t unsigned int
14
-#define uint64_t unsigned long long
15
-#endif
16
-
17
#ifdef _ARCH_PWR10
18
#ifdef __has_builtin
19
#if !__has_builtin(__builtin_vsx_assemble_pair)
0 commit comments