Codebase list openssl / upstream/1.0.2m crypto / ppc_arch.h
upstream/1.0.2m

Tree @upstream/1.0.2m (Download .tar.gz)

ppc_arch.h @upstream/1.0.2mraw · history · 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