diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-17 08:41:36 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-17 20:19:29 +0800 |
commit | 4523a5ee29f45c0256af67a15771bc8bbd25ba53 (patch) | |
tree | 63b8bcb72646bb5c7eb2d2c476aaa6647184fa24 /m4/tuklib_integer.m4 | |
parent | Tests: Update .gitignore. (diff) | |
download | xz-4523a5ee29f45c0256af67a15771bc8bbd25ba53.tar.xz |
Build: Update comments about unaligned access to mention 64-bit.
Diffstat (limited to 'm4/tuklib_integer.m4')
-rw-r--r-- | m4/tuklib_integer.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
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 # |