| Index: src/base/build_config.h
|
| diff --git a/src/base/build_config.h b/src/base/build_config.h
|
| index 8016218e5cc1ee5233b14c08de11317c34fa37fc..5f66d21fcf1b0ab2eddbd711ae5d4474eb54aafe 100644
|
| --- a/src/base/build_config.h
|
| +++ b/src/base/build_config.h
|
| @@ -68,6 +68,10 @@
|
| # endif
|
| #endif
|
|
|
| +#if defined(__ARM_ARCH_8A__)
|
| +# define CAN_USE_ARMV8_INSTRUCTIONS 1
|
| +#endif
|
| +
|
|
|
| // Target architecture detection. This may be set externally. If not, detect
|
| // in the same way as the host architecture, that is, target the native
|
|
|