linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Use compiler intrinsics for byteswapping
@ 2012-12-04 10:15 David Woodhouse
  2012-12-04 10:15 ` [PATCH 1/4] byteorder: allow arch to opt to use GCC " David Woodhouse
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: David Woodhouse @ 2012-12-04 10:15 UTC (permalink / raw)
  To: dwmw2; +Cc: linux-arch, x86, linuxppc-dev

This series of patches enables the __builtin_bswapXX() series of functions
that have been supported since GCC 4.4. It allows GCC to emit load-and-swap
or store-and-swap instructions on architectures which support that.

-- 
David Woodhouse                            Open Source Technology Centre
David.Woodhouse@intel.com                              Intel Corporation

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-12-04 14:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04 10:15 [PATCH 0/4] Use compiler intrinsics for byteswapping David Woodhouse
2012-12-04 10:15 ` [PATCH 1/4] byteorder: allow arch to opt to use GCC " David Woodhouse
2012-12-04 10:15 ` [PATCH 2/4] powerpc: enable ARCH_USE_BUILTIN_BSWAP David Woodhouse
2012-12-04 11:02   ` Stephen Rothwell
2012-12-04 14:32     ` David Woodhouse
2012-12-04 10:15 ` [PATCH 3/4] x86: " David Woodhouse
2012-12-04 10:15 ` [PATCH 4/4] x86: add CONFIG_X86_MOVBE option David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).