1. 20 3月, 2012 1 次提交
  2. 19 3月, 2012 1 次提交
    • R
      asm for inverse trig functions · bc33e617
      Rich Felker 提交于
      unlike trig functions, these are easy to do in asm because they do not
      involve (arbitrary-precision) argument reduction. fpatan automatically
      takes care of domain issues, and in asin and acos, fsqrt takes care of
      them for us.
      bc33e617