fix wrong float_t on x86_64
x86_64 does not have excess precision, at all
This commit is contained in:
parent
e201d82aac
commit
99727dad25
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ TYPEDEF uint64_t uint_fast64_t;
|
|||
TYPEDEF long intptr_t;
|
||||
TYPEDEF unsigned long uintptr_t;
|
||||
|
||||
TYPEDEF double float_t;
|
||||
TYPEDEF float float_t;
|
||||
TYPEDEF double double_t;
|
||||
|
||||
TYPEDEF long time_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue