commit | f1aaa2a43654c28405ffd393de2cb127437c99a5 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Apr 23 15:19:50 2010 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Apr 23 15:19:50 2010 -0400 |
tree | a1da7b999ee7c4c483ac7df013f9b3d59df1957e | |
parent | 33d4d4325e15e332105ea8f361bab79ee542f0f8 [diff] [blame] |
Add TODO
diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index d7354be..1a11cd1 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh
@@ -366,6 +366,8 @@ template <typename Type, int Bytes> class BEInt; +/* LONGTERMTODO: On machines allowing unaligned access, we can make the + * following tighter by using byteswap instructions on ints directly. */ template <typename Type> class BEInt<Type, 2> {