]> mj.ucw.cz Git - moe.git/blob - ucw/doc/unaligned.txt
Updated libucw to current version (Sherlock commit 17f29eb1ab186e9f053299c25f47ce368e...
[moe.git] / ucw / doc / unaligned.txt
1 Fast access to unaligned data
2 =============================
3
4 Sometimes it is useful to access values which are not correctly aligned.
5 To avoid slow copying to aligned buffers, we define several optimized read/write
6 functions for accessing such integer values.
7
8 !!ucw/unaligned.h