Skip to content

Commit f8e113f

Browse files
committed
Replace types with include file.
1 parent a53a197 commit f8e113f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

kernel/power/gemm_common.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@
33
#include "common.h"
44

55
#include <altivec.h>
6+
#include <inttypes.h>
67

78
#define NBMAX 4096
89

910
#define FORCEINLINE inline __attribute__((always_inline))
1011

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-
1712
#ifdef _ARCH_PWR10
1813
#ifdef __has_builtin
1914
#if !__has_builtin(__builtin_vsx_assemble_pair)

0 commit comments

Comments
 (0)