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

Comparing libecb/Changes (file contents):
Revision 1.19 by root, Thu Feb 19 15:45:29 2015 UTC vs.
Revision 1.20 by sf-exg, Fri Feb 20 14:04:54 2015 UTC

74 - support gcc-4.7 atomics for memory fences. 74 - support gcc-4.7 atomics for memory fences.
75 - support m68k, m88k and sh (patch by Miod Vallat). 75 - support m68k, m88k and sh (patch by Miod Vallat).
76 - add ecb_binary16_to_float. 76 - add ecb_binary16_to_float.
77 77
78TODO: ecb_restrict_array etc. http://ue.tst.eu/5093eafd713ec5fda776d8065070aa4c.txt 78TODO: ecb_restrict_array etc. http://ue.tst.eu/5093eafd713ec5fda776d8065070aa4c.txt
79TODO: ffs/clz 79TODO: ffs
8064 bit variants of everything 8064 bit variants of everything
81TODO: examples from X for clz/ctz 81TODO: examples from X for clz/ctz
82TODO: arithmetic right shift 82TODO: arithmetic right shift
83TODO: template/generic functions for x32/x64 and so on 83TODO: template/generic functions for x32/x64 and so on
84TODO: #define ecb_integer_multiples_of(n,d) ((char (*)[d])(n) - (char (*)[d])0) 84TODO: #define ecb_integer_multiples_of(n,d) ((char (*)[d])(n) - (char (*)[d])0)
103TODO: trap 103TODO: trap
104TODO: http://llvm.org/docs/doxygen/html/Compiler_8h_source.html 104TODO: http://llvm.org/docs/doxygen/html/Compiler_8h_source.html
105 105
106TODO: read/write unaligned macros 106TODO: read/write unaligned macros
107TODO: htonl and friends 107TODO: htonl and friends
108TODO: macro to convetr from unsigned to signed "the natural way" 108TODO: macro to convert from unsigned to signed "the natural way"
109TODO: ecb_deprecated with message
110TODO: ecb_static_assert, with message (just like boost), or somesuch, using array-declaration 109TODO: ecb_static_assert, with message (just like boost), or somesuch, using array-declaration
111TODO: alignof 110TODO: alignof
112 111
113 112

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines