- 23 2月, 2014 2 次提交
- 13 9月, 2013 1 次提交
-
-
由 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.
-
- 05 9月, 2013 1 次提交
-
-
由 Szabolcs Nagy 提交于
-
- 21 3月, 2012 1 次提交
-
-
由 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.
-
- 19 3月, 2012 1 次提交
-
-
由 Rich Felker 提交于
-