… | |
… | |
62 | #include <byteswap.h> |
62 | #include <byteswap.h> |
63 | |
63 | |
64 | #endif |
64 | #endif |
65 | |
65 | |
66 | - apply ctz/ld patch for msc by Zsbán Ambrus. |
66 | - apply ctz/ld patch for msc by Zsbán Ambrus. |
|
|
67 | - ECB_PTRSIZE erroneously was 8 on most 32bit systems ( |
|
|
68 | found by Zsbán Ambrus). |
|
|
69 | - improved compiletime detection of endianness, also, allow |
|
|
70 | runtime detection to indicate other-than-big/little endianness. |
67 | |
71 | |
68 | 0x00010005 |
72 | 0x00010005 |
69 | - improve ecb_binary16_to_float. |
73 | - improve ecb_binary16_to_float. |
70 | - add ecb_float_to_binary16. |
74 | - add ecb_float_to_binary16. |
71 | - add ecb_binary16_to_binary32 and ecb_binary32_to_binary16 pair. |
75 | - add ecb_binary16_to_binary32 and ecb_binary32_to_binary16 pair. |