1. 23 2月, 2014 2 次提交
  2. 04 4月, 2012 1 次提交
    • N
      math: fix x86 asin accuracy · 37eaec3a
      nsz 提交于
      use (1-x)*(1+x) instead of (1-x*x) in asin.s
      the later can be inaccurate with upward rounding when x is close to 1
      37eaec3a
  3. 21 3月, 2012 1 次提交
    • R
      x86_64 math asm, long double functions only · 30df206c
      Rich Felker 提交于
      this has not been tested heavily, but it's known to at least assemble
      and run in basic usage cases. it's nearly identical to the
      corresponding i386 code, and thus expected to be just as correct or
      just as incorrect.
      30df206c