Sign in
flutter
/
third_party
/
openssl
/
d663df2399d1d9d6015bcfd2ec87b925ea3558a2
/
.
/
crypto
/
ppc_arch.h
blob: 1192edfa2d4bf806f512cb91e23723c9c4d4d543 [
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