Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 21 Nov 2013 15:16:29 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: Feature request: stdatomic.h and threads.h

* Daniel Cegie?ka <daniel.cegielka@...il.com> [2013-11-21 11:31:35 +0100]:
> Is there a plan to add support for stdatomic.h and threads.h?

how would that work?
there is still no c11 atomic support in gcc

(there is an experimental c11 atomic branch with a gcc
provided stdatomic.h which uses some gcc extensions,
but there are still compiler issues eg there is no
solution for _Atomic float yet because x+=0.1 requires
fenv manipulation without libc support and that means
new asm for all archs, meanwhile wg14 and wg21 are still
busy filling the holes in the specs..)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.