From 6ced87ee4f5a812ff70d8ca108af22b21ddc114d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 3 May 2026 21:48:35 +0200 Subject: Add __AARCH64EL__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') 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 -- cgit v1.2.3-70-g09d2