Replace types with include file.

This commit is contained in:
Chip Kerchner 2024-10-13 10:55:03 -05:00
parent a53a197934
commit f8e113f27b
1 changed files with 1 additions and 6 deletions

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)