summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/bits/byteswap.h
AgeCommit message (Collapse)Author
2009-07-21byteswap: unify common definitionsMike Frysinger
The majority of the byteswap functions are the same across all arches, so setup a common header to provide definitions if they don't exist. This allows arches to override only the ones they actually want to implement with inline assembly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2005-02-15headers for x86_64Mike Frysinger