Open runer112 opened 11 months ago
__ultof
and __ltof
are both implemented as if __fppack
accepts an unsigned 32-bit integer input, but it actually expects a signed 32-bit integer input.
Discovered by 418cat: https://discord.com/channels/432891584451706892/432891584875593730/1188975936603947069.
And
__ltof
implements a worse__ltof
.Example code demonstrating issue: