From 0cc3313bd4e569c51e686e5aab8c40c35241d34b Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 17 Mar 2023 08:41:36 +0200 Subject: Build: Update comments about unaligned access to mention 64-bit. --- m4/tuklib_integer.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/tuklib_integer.m4 b/m4/tuklib_integer.m4 index 9e104729..ab9a4056 100644 --- a/m4/tuklib_integer.m4 +++ b/m4/tuklib_integer.m4 @@ -8,8 +8,8 @@ # Checks for tuklib_integer.h: # - Endianness # - Does the compiler or the operating system provide byte swapping macros -# - Does the hardware support fast unaligned access to 16-bit -# and 32-bit integers +# - Does the hardware support fast unaligned access to 16-bit, 32-bit, +# and 64-bit integers # # COPYING # -- cgit v1.2.3