diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-03 21:48:35 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-03 21:48:35 +0200 |
| commit | 6ced87ee4f5a812ff70d8ca108af22b21ddc114d (patch) | |
| tree | 6b4d78ea4fe488d9d0ffef3cd44016dddcc68245 | |
| parent | fix warnings (diff) | |
| download | libblake-6ced87ee4f5a812ff70d8ca108af22b21ddc114d.tar.gz libblake-6ced87ee4f5a812ff70d8ca108af22b21ddc114d.tar.bz2 libblake-6ced87ee4f5a812ff70d8ca108af22b21ddc114d.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -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 |
