ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/Changes
(Generate patch)

Comparing libecb/Changes (file contents):
Revision 1.13 by root, Sun Jan 5 15:54:09 2014 UTC vs.
Revision 1.14 by root, Wed Oct 15 13:46:25 2014 UTC

70 a = (v << x) & -(((unsigned int)x) < 32); 70 a = (v << x) & -(((unsigned int)x) < 32);
71 x = -x; 71 x = -x;
72 b = (v >> x) & -(((unsigned int)x) < 32); 72 b = (v >> x) & -(((unsigned int)x) < 32);
73 return a|b; 73 return a|b;
74} 74}
75
76TODO: read/write unaligned macros
77TODO: htonl and friends
78TODO: macro to convetr from unsigned to signed "the natural way"
79TODO: ecb_deprecated with message
80TODO: ecb_static_assert, with message (just like boost), or somesuch, using array-declaration
81TODO: alignof
82
83

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines