Re: [PATCH v4] arm: use built-in byte swap function

2013-02-01 Thread Russell King - ARM Linux
On Thu, Jan 31, 2013 at 06:37:47PM -0600, Kim Phillips wrote: > +#if GCC_VERSION >= 40600 > +#define __HAVE_BUILTIN_BSWAP32__ > +#define __HAVE_BUILTIN_BSWAP64__ You really aren't listening to anything that's been said to you. -- To unsubscribe from this list: send the line "unsubscribe linux-kern

[PATCH v4] arm: use built-in byte swap function

2013-01-31 Thread Kim Phillips
>From 1490bd8823c05e0dda982524bb70cb6c6427ddf9 Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Mon, 28 Jan 2013 19:30:33 -0600 Subject: [PATCH] arm: use built-in byte swap function Enable the compiler intrinsic for byte swapping on arch ARM. This allows the compiler to detect and be able to op