summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-17 08:41:36 +0200
committerLasse Collin <lasse.collin@tukaani.org>2023-03-17 08:41:36 +0200
commit0cc3313bd4e569c51e686e5aab8c40c35241d34b (patch)
treefdd53bf23067d75ebca00bc39ed1cedddf4f8a96 /m4
parent5e57e3301319f20c35f8111dea73fa58403b96b1 (diff)
downloadxz-0cc3313bd4e569c51e686e5aab8c40c35241d34b.tar.gz
Build: Update comments about unaligned access to mention 64-bit.
Diffstat (limited to 'm4')
-rw-r--r--m4/tuklib_integer.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/tuklib_integer.m4 b/m4/tuklib_integer.m4
index 9e10472..ab9a405 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
#