mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-20 20:23:38 +08:00
update
This commit is contained in:
10
crypto/ppc_arch.h
Normal file
10
crypto/ppc_arch.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user