diff options
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ # endif #endif #ifndef LIBBLAKE_ENDIAN_KNOWN__ -# if defined(__x86_64__) || defined(__i386__) +# if defined(__x86_64__) || defined(__i386__) || defined(__AARCH64EL__) # define LITTLE_ENDIAN # define LIBBLAKE_ENDIAN_KNOWN__ # endif |
