]> wimlib.net Git - wimlib/blobdiff - README
LZX, LZMS: Annotate unaligned memory accesses in x86 filtering
[wimlib] / README
diff --git a/README b/README
index b64d6e88584fc4e0e8bad7a4348a961f091153f7..e8f5523366263f819f94404cf880ee6b70126089 100644 (file)
--- a/README
+++ b/README
@@ -316,9 +316,8 @@ extraction are implemented separately for Windows, UNIX, and UNIX (NTFS-3g
 mode), to ensure a fast and feature-rich implementation of each platform/mode.
 
 wimlib is mainly used on x86 and x86_64 CPUs, but it should also work on a
 mode), to ensure a fast and feature-rich implementation of each platform/mode.
 
 wimlib is mainly used on x86 and x86_64 CPUs, but it should also work on a
-number of other GCC-supported 32-bit or 64-bit architectures.  No assumptions
-are made about endianness, but some code assumes that unaligned memory accesses
-are supported and relatively efficient.
+number of other GCC-supported 32-bit or 64-bit architectures.  It has been
+tested on the ARM architecture.
 
 Currently, gcc and clang are the only supported compilers.  A few nonstandard
 extensions are used in the code.
 
 Currently, gcc and clang are the only supported compilers.  A few nonstandard
 extensions are used in the code.