aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-03 21:48:35 +0200
committerMattias Andrée <m@maandree.se>2026-05-03 21:48:35 +0200
commit6ced87ee4f5a812ff70d8ca108af22b21ddc114d (patch)
tree6b4d78ea4fe488d9d0ffef3cd44016dddcc68245
parentfix warnings (diff)
downloadlibblake-master.tar.gz
libblake-master.tar.bz2
libblake-master.tar.xz
Add __AARCH64EL__HEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index dce817a..5e21792 100644
--- a/common.h
+++ b/common.h
@@ -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