1. 17 3月, 2012 9 次提交
  2. 16 3月, 2012 2 次提交
  3. 15 3月, 2012 5 次提交
  4. 14 3月, 2012 5 次提交
  5. 13 3月, 2012 4 次提交
    • N
      clean up __expo2.c, use a slightly better k constant · df8b3e5a
      nsz 提交于
      df8b3e5a
    • N
      fix copyright notice for the math lib · 3a6c8286
      nsz 提交于
      3a6c8286
    • R
      implement nan, nanf, nanl · bf9d9dca
      Rich Felker 提交于
      bf9d9dca
    • R
      first commit of the new libm! · b69f695a
      Rich Felker 提交于
      thanks to the hard work of Szabolcs Nagy (nsz), identifying the best
      (from correctness and license standpoint) implementations from freebsd
      and openbsd and cleaning them up! musl should now fully support c99
      float and long double math functions, and has near-complete complex
      math support. tgmath should also work (fully on gcc-compatible
      compilers, and mostly on any c99 compiler).
      
      based largely on commit 0376d44a890fea261506f1fc63833e7a686dca19 from
      nsz's libm git repo, with some additions (dummy versions of a few
      missing long double complex functions, etc.) by me.
      
      various cleanups still need to be made, including re-adding (if
      they're correct) some asm functions that were dropped.
      b69f695a
  6. 09 3月, 2012 1 次提交
    • R
      add .gitignore file · d46cf2e1
      Rich Felker 提交于
      I've had this around for a long time but somehow it never got
      committed.
      d46cf2e1
  7. 03 3月, 2012 3 次提交
  8. 02 3月, 2012 7 次提交
  9. 01 3月, 2012 4 次提交