Home
last modified time | relevance | path

Searched hist:"050246770776815082 ede6a899f445cf252113bf" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/x86/include/
H A Dendian.hdiff 050246770776815082ede6a899f445cf252113bf Fri Mar 09 12:48:56 CET 2012 Tijl Coosemans <tijl@FreeBSD.org> Clean up x86 endian.h:
- Remove extern "C". There are no functions with external linkage here. [1]
- Rename bswapNN_const(x) to bswapNN_gen(x) to indicate that these macros
are generic implementations that can take non-constant arguments. [1]
- Split up __GNUCLIKE_ASM && __GNUCLIKE_BUILTIN_CONSTANT_P and deal with
each separately.
- Replace _LP64 with __amd64__ because asm instructions are machine
dependent, not ABI dependent.

Submitted by: bde [1]
Reviewed by: bde