aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/bswap.h
Commit message (Expand)AuthorAgeFilesLines
* Add an implementation of bswap for Visual C++ in x86 inline asm,lloyd2008-10-121-0/+9
* Escape newline in macrolloyd2008-09-291-2/+2
* Set a preprocessor flag if we think the compiler supports GCC-stylelloyd2008-09-291-2/+4
* Use bswapl on 32-bit x86 as welllloyd2008-09-291-1/+1
* Directly inline x86-64 asm into bswap.hlloyd2008-09-291-2/+12
* Move util functions into utils/ modulelloyd2008-09-281-0/+39