mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Fix fmod regression.
This commit is contained in:
@@ -115,7 +115,7 @@ fn float fmodf(float x, float y) @extern("fmodf") @weak @nostrip
|
||||
}
|
||||
else
|
||||
{
|
||||
uy.i &= (ulong)-1 >> 9;
|
||||
uy.i &= (uint)-1 >> 9;
|
||||
uy.i |= 1U << 23;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user