Replace types with include file.
This commit is contained in:
parent
a53a197934
commit
f8e113f27b
|
@ -3,17 +3,12 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
#include <altivec.h>
|
#include <altivec.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#define NBMAX 4096
|
#define NBMAX 4096
|
||||||
|
|
||||||
#define FORCEINLINE inline __attribute__((always_inline))
|
#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 _ARCH_PWR10
|
||||||
#ifdef __has_builtin
|
#ifdef __has_builtin
|
||||||
#if !__has_builtin(__builtin_vsx_assemble_pair)
|
#if !__has_builtin(__builtin_vsx_assemble_pair)
|
||||||
|
|
Loading…
Reference in New Issue