Sign in
flutter
/
third_party
/
openssl
/
30cd4ff294252c4b6a4b69cbef6a5b4117705d22
/
.
/
crypto
/
ppc_arch.h
blob: b50ec996a5a3b4a4af04ce43007614f7448f1931 [
file
] [
log
] [
blame
]
#ifndef
__PPC_ARCH_H__
# define __PPC_ARCH_H__
extern
unsigned
int
OPENSSL_ppccap_P
;
# define PPC_FPU64 (1<<0)
# define PPC_ALTIVEC (1<<1)
# define PPC_CRYPTO207 (1<<2)
#endif