mailing list of musl libc
 help / color / mirror / code / Atom feed
* [RFC] powerpc64 port
@ 2016-03-27 21:20 Bobby Bingham
  2016-03-27 21:20 ` [PATCH 1/2] add 64bit atomics on top of 64bit ll/sc primitives Bobby Bingham
  2016-03-27 21:20 ` [PATCH 2/2] add powerpc64 port Bobby Bingham
  0 siblings, 2 replies; 18+ messages in thread
From: Bobby Bingham @ 2016-03-27 21:20 UTC (permalink / raw)
  To: musl

Here is the ppc64 (ELFv2 ABI) port that I've been working on.  I'd like
to start getting it reviewed.

Only 64bit long double is supported as ieee quad is not yet well-
supported by either clang or gcc on ppc64.  The ppc64 ELFv2 ABI
supports both little and big endian, though only little endian is in
common use.  I've made an effort to support both in this port, but I've
only tested little endian so far.

The first patch in the series adds support to the generic atomic code
for implementing the non-pointer 64bit atomics on top of 64bit ll/sc
primitives when available.  The second patch is the ppc64 port itself.



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

end of thread, other threads:[~2016-04-04 10:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-27 21:20 [RFC] powerpc64 port Bobby Bingham
2016-03-27 21:20 ` [PATCH 1/2] add 64bit atomics on top of 64bit ll/sc primitives Bobby Bingham
2016-03-27 22:27   ` Rich Felker
2016-03-27 21:20 ` [PATCH 2/2] add powerpc64 port Bobby Bingham
2016-03-27 23:37   ` Rich Felker
2016-03-28  0:32     ` Bobby Bingham
2016-03-28  2:18       ` Rich Felker
2016-03-28  3:27         ` Szabolcs Nagy
2016-04-02 17:02         ` Bobby Bingham
2016-04-03  2:09           ` Rich Felker
2016-04-03 17:10             ` Bobby Bingham
2016-04-03 17:26               ` Rich Felker
2016-04-03 17:50                 ` Bobby Bingham
2016-04-04  4:03         ` Bobby Bingham
2016-04-04 10:41           ` Szabolcs Nagy
2016-03-28 22:00     ` Patrick Oppenlander
2016-03-28 22:10       ` Rich Felker
2016-03-28 23:04         ` Patrick Oppenlander

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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).