]> mj.ucw.cz Git - libucw.git/blob - doc/unaligned.txt
Released as 6.5.16.
[libucw.git] / 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