openssl/crypto/ppc_arch.h
Andy Polyakov 0e716d9207 Engage GHASH for PowerISA 2.0.7.
[and split ppccap.c to ppccap.c and ppc_arch.h]

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-07-20 14:16:31 +02:00

10 lines
175 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