mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00
[LIBM] Fix build
This commit is contained in:
parent
4afb647c78
commit
9e8ed3f817
35 changed files with 139 additions and 112 deletions
|
@ -49,7 +49,7 @@ double sqrt(double x)
|
|||
return sqrt_amd_inline(x);
|
||||
#else
|
||||
double r;
|
||||
unsigned long ux;
|
||||
unsigned long long ux;
|
||||
GET_BITS_DP64(x, ux);
|
||||
|
||||
/* Check for special cases for Microsoft error handling */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue