Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an implementation of bswap for Visual C++ in x86 inline asm, | lloyd | 2008-10-12 | 1 | -0/+9 |
* | Escape newline in macro | lloyd | 2008-09-29 | 1 | -2/+2 |
* | Set a preprocessor flag if we think the compiler supports GCC-style | lloyd | 2008-09-29 | 1 | -2/+4 |
* | Use bswapl on 32-bit x86 as well | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Directly inline x86-64 asm into bswap.h | lloyd | 2008-09-29 | 1 | -2/+12 |
* | Move util functions into utils/ module | lloyd | 2008-09-28 | 1 | -0/+39 |