]> mj.ucw.cz Git - moe.git/blob - ucw/doc/unaligned.txt
Merge branch 'layout'
[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