openssl/crypto/ppc_arch.h
Matt Caswell 0f113f3ee4 Run util/openssl-format-source -v -c .
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22 09:20:09 +00:00

10 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