Browse Source

Replace types with include file.

tags/v0.3.29
Chip Kerchner 1 year ago
parent
commit
f8e113f27b
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      kernel/power/gemm_common.c

+ 1
- 6
kernel/power/gemm_common.c View File

@@ -3,17 +3,12 @@
#include "common.h"

#include <altivec.h>
#include <inttypes.h>

#define NBMAX 4096

#define FORCEINLINE inline __attribute__((always_inline))

#ifdef __clang__
#define uint16_t unsigned short
#define uint32_t unsigned int
#define uint64_t unsigned long long
#endif

#ifdef _ARCH_PWR10
#ifdef __has_builtin
#if !__has_builtin(__builtin_vsx_assemble_pair)


Loading…
Cancel
Save