aboutsummaryrefslogtreecommitdiff
path: root/src/test/bswap_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.Karl-Johan Alm2016-12-171-0/+26
Defers to pre-defined version if found (e.g. protobuf). For protobuf case, the definitions are identical and thus include order should not affect results.