mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Sync CRYPTOPP_ARM_ACLE_AVAILABLE with Autotools
This commit is contained in:
parent
b4b3623938
commit
d3a3189ba3
@ -53,7 +53,7 @@
|
|||||||
# include <arm_neon.h>
|
# include <arm_neon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
||||||
// compilers don't follow ACLE conventions for the include.
|
// compilers don't follow ACLE conventions for the include.
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
||||||
// compilers don't follow ACLE conventions for the include.
|
// compilers don't follow ACLE conventions for the include.
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
||||||
// compilers don't follow ACLE conventions for the include.
|
// compilers don't follow ACLE conventions for the include.
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# include <arm_neon.h>
|
# include <arm_neon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
# include <arm_neon.h>
|
# include <arm_neon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
||||||
// compilers don't follow ACLE conventions for the include.
|
// compilers don't follow ACLE conventions for the include.
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
||||||
// compilers don't follow ACLE conventions for the include.
|
// compilers don't follow ACLE conventions for the include.
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
# include <arm_neon.h>
|
# include <arm_neon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
# include <arm_neon.h>
|
# include <arm_neon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
||||||
// compilers don't follow ACLE conventions for the include.
|
// compilers don't follow ACLE conventions for the include.
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
||||||
// compilers don't follow ACLE conventions for the include.
|
// compilers don't follow ACLE conventions for the include.
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
||||||
// compilers don't follow ACLE conventions for the include.
|
// compilers don't follow ACLE conventions for the include.
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
||||||
// compilers don't follow ACLE conventions for the include.
|
// compilers don't follow ACLE conventions for the include.
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
|
||||||
// compilers don't follow ACLE conventions for the include.
|
// compilers don't follow ACLE conventions for the include.
|
||||||
#if defined(CRYPTOPP_ARM_ACLE_AVAILABLE)
|
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user