aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/bswap.h
Commit message (Expand)AuthorAgeFilesLines
* Fix macro generation + checks in configure.py and bswap.h. Had the effectlloyd2009-09-171-2/+2
* Fix variable name in 32-bit bswap for VC++lloyd2009-08-031-1/+1
* A typo in a macro check in bswap.h meant inline asm bswap was notlloyd2009-07-311-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-8/+10
* 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