summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/endian.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify the MD byteswapping code as much as possible across architectures.naddy2018-10-021-22/+22
* Tackle the endian.h mess. Make it so that:guenther2014-07-121-5/+8
* Implement swap64 with the bswapq instruction. (Commit stolen from mikeb@)guenther2011-03-121-9/+8
* Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.pirofti2011-03-111-4/+4
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-2/+2
* Drop clause 3/4 as per i386 version this was based on.jsg2005-12-121-6/+1
* an amd64 arch support.mickey2004-01-281-0/+67