Update comments
parent
ea96b9d375
commit
1400757fea
8
cpu.cpp
8
cpu.cpp
|
|
@ -62,11 +62,11 @@ extern "C" unsigned long long __fastcall XGETBV64(unsigned int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CRYPTOGAMS_ARM_SHA1 || CRYPTOGAMS_ARM_SHA256 || CRYPTOGAMS_ARM_SHA512
|
#if CRYPTOGAMS_ARM_SHA1 || CRYPTOGAMS_ARM_SHA256 || CRYPTOGAMS_ARM_SHA512
|
||||||
// The Cryptogams code uses a global variable named CRYPTOGAMS_armcaps
|
// The Cryptogams code uses a global variable named CRYPTOGAMS_armcap_P
|
||||||
// for capabilities like ARMv7 and NEON. We allocate storage for
|
// for capabilities like ARMv7 and NEON. We allocate storage for
|
||||||
// CRYPTOGAMS_armcaps, and the Cryptogams modules use our symbol.
|
// CRYPTOGAMS_armcap_P, and the Cryptogams object files use our symbol.
|
||||||
// The Cryptogams code defines ARMV7_NEON as 1<<0, so we need to
|
// The Cryptogams code defines ARMV7_NEON as 1<<0, so we need to set
|
||||||
// set the bits accordingly in CRYPTOGAMS_armcaps.
|
// the bits accordingly in CRYPTOGAMS_armcap_P.
|
||||||
extern "C" unsigned int CRYPTOGAMS_armcap_P;
|
extern "C" unsigned int CRYPTOGAMS_armcap_P;
|
||||||
unsigned int CRYPTOGAMS_armcap_P = 0;
|
unsigned int CRYPTOGAMS_armcap_P = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue