godot/thirdparty/openssl/crypto/ppc_arch.h
Rémi Verschelde 422196759f openssl: Move to a module and split thirdparty lib
Same rationale as the previous commits.
2016-10-15 11:50:41 +02:00

11 lines
191 B
C++

#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