mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Subject: Re: Multi-threaded performance progress
Date: Tue, 26 Aug 2014 12:44:35 +0200	[thread overview]
Message-ID: <20140826104433.GW22308@port70.net> (raw)
In-Reply-To: <1409036654.4835.14.camel@eris.loria.fr>

* Jens Gustedt <jens.gustedt@inria.fr> [2014-08-26 09:04:14 +0200]:
> I would be very much in favor of getting C11 in one version or another
> into the current release, as you said. In any case, it would be good
> if we could claim support for C11 for that release. That would be
> another item where musl could claim to be first, at least before
> glibc. There is not much missing, I think. Come to mind:
> 
>  - one or two simple functions, such as the timespec_get that I posted
>  - if we don't have C11 threads the feature test macro __STDC NO_THREAD__
>  - perhaps some other feature test macros for unsupported features

further missing c11 things:

time.h needs TIME_UTC for timespec_get base parameter
stdalign.h should only define alignas and alignof ifndef c++
assert.h needs static_assert ifndef c++
float.h needs *_DECIMAL_DIG and *_HAS_SUBNORM (i have a patch for this)
uchar.h
stdatomic.h (or __STDC_NO_ATOMICS__)

(thread_local, alignas, alignof, static_assert, noreturn are keywords
in c++, stdnoreturn.h is not specified by c++14 so that probably does
not need the ifndef but the others do)


  reply	other threads:[~2014-08-26 10:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-26  3:43 Rich Felker
2014-08-26  7:04 ` Jens Gustedt
2014-08-26 10:44   ` Szabolcs Nagy [this message]
2014-08-26 11:09     ` Jens Gustedt
2014-08-26 16:35   ` Jens Gustedt
2014-08-26 17:32     ` Rich Felker
2014-08-26 17:53     ` Rich Felker
2014-08-26 18:30       ` Jens Gustedt
2014-08-26 19:05         ` Rich Felker
2014-08-26 19:34           ` Jens Gustedt
2014-08-26 20:26             ` Rich Felker
2014-08-26 21:15               ` Jens Gustedt
2014-08-26 21:36                 ` Rich Felker
2014-08-27  9:53                   ` Jens Gustedt
2014-08-27 16:47                     ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140826104433.GW22308@port70.net \
    --to=nsz@port70.net \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).