mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Subject: libm cleanup
Date: Thu, 5 Sep 2013 18:10:33 +0200	[thread overview]
Message-ID: <20130905161033.GO5116@port70.net> (raw)

i did some libm cleanups

remaining math todos:
- remove STRICT_ASSIGN, it does not make sense
(we require c99 assign semantics anyway)
- simplify the long double ifdefs (only check
LDBL_MANT_DIG the max exp is fixed)
- export efficient long double macros in math.h
(at least x!=x for isnan)
- change more float/double to float_t/double_t
- freebsd has new long double exp* and log
i need to see if they make sense for musl
- precise complex functions: freebsd did arc trig
functions recently so at least we can borrow those
- log*, pow, __rem_pio still needs signed int cleanup




                 reply	other threads:[~2013-09-05 16:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20130905161033.GO5116@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).