[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <873af36niw.fsf@blp.benpfaff.org>
Date: Wed, 28 Jan 2009 15:04:07 -0800
From: Ben Pfaff <blp@...stanford.edu>
To: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86: do not expose CONFIG_BSWAP to userspace
Harvey Harrison <harvey.harrison@...il.com> writes:
> Is there a byteswap builtin in gcc? At least AVR32
> seems to use it, but perhaps it's not generally exposed...perhaps we
> could ask the gcc-folk?
Yes, GCC has byteswap builtins on x86 documented as follows:
-- Built-in Function: int32_t __builtin_bswap32 (int32_t x)
Returns X with the order of the bytes reversed; for example,
`0xaabbccdd' becomes `0xddccbbaa'. Byte here always means exactly
8 bits.
-- Built-in Function: int64_t __builtin_bswap64 (int64_t x)
Similar to `__builtin_bswap32', except the argument and return
types are 64-bit.
These were only added as of GCC 4.3 though.
--
Ben Pfaff
http://benpfaff.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists