mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 21:02:36 +00:00
[LIBM] Fix build
This commit is contained in:
parent
4afb647c78
commit
9e8ed3f817
35 changed files with 139 additions and 112 deletions
|
@ -34,7 +34,7 @@ THE SOFTWARE.
|
|||
double FN_PROTOTYPE(_copysign)(double x, double y)
|
||||
{
|
||||
|
||||
unsigned long ux, uy;
|
||||
unsigned long long ux, uy;
|
||||
GET_BITS_DP64(x, ux);
|
||||
GET_BITS_DP64(y, uy);
|
||||
if ((ux ^ uy) & SIGNBIT_DP64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue