提交 99727dad 编写于 作者: R Rich Felker

fix wrong float_t on x86_64

x86_64 does not have excess precision, at all
上级 e201d82a
...@@ -55,7 +55,7 @@ TYPEDEF uint64_t uint_fast64_t; ...@@ -55,7 +55,7 @@ TYPEDEF uint64_t uint_fast64_t;
TYPEDEF long intptr_t; TYPEDEF long intptr_t;
TYPEDEF unsigned long uintptr_t; TYPEDEF unsigned long uintptr_t;
TYPEDEF double float_t; TYPEDEF float float_t;
TYPEDEF double double_t; TYPEDEF double double_t;
TYPEDEF long time_t; TYPEDEF long time_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册