Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-12-31 | Rename unaligned_read32ne to read32ne, and similarly for the others. | Lasse Collin | 1 | -34/+30 |
2019-12-31 | Rename read32ne to aligned_read32ne, and similarly for the others. | Lasse Collin | 1 | -28/+28 |
2019-12-31 | Revise tuklib_integer.h and .m4. | Lasse Collin | 1 | -217/+271 |
2019-06-23 | tuklib_integer: Silence warnings from -Wsign-conversion. | Lasse Collin | 1 | -3/+3 |
2019-06-20 | tuklib_integer: Fix usage of conv macros. | Lasse Collin | 1 | -4/+8 |
2019-06-01 | tuklib_integer: Cleanup MSVC-specific code. | Lasse Collin | 1 | -11/+9 |
2019-06-01 | tuklib_integer: Improve unaligned memory access. | Lasse Collin | 1 | -12/+168 |
2018-01-10 | tuklib_integer: New Intel C compiler needs immintrin.h. | Lasse Collin | 1 | -0/+11 |
2015-02-03 | Add a few casts to tuklib_integer.h to silence possible warnings. | Lasse Collin | 1 | -12/+12 |
2009-11-22 | Update tuklib_integer.h with bit scan functions. | Lasse Collin | 1 | -8/+181 |
2009-10-04 | Use a tuklib module for integer handling. | Lasse Collin | 1 | -0/+350 |