1. 23 2月, 2014 2 次提交
  2. 13 9月, 2013 1 次提交
    • R
      fix x86_64 lrintl asm, again · 2f1de805
      Rich Felker 提交于
      the underlying problem was not incorrect sign extension (fixed in the
      previous commit to this file by nsz) but that code that treats "long"
      as 32-bit was copied blindly from i386 to x86_64.
      
      now lrintl is identical to llrintl on x86_64, as it should be.
      2f1de805
  3. 05 9月, 2013 1 次提交
  4. 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
  5. 19 3月, 2012 1 次提交