зеркало из https://github.com/mozilla/gecko-dev.git
19c093772c
- the saturating conversion to u64 callout was incorrect for an input precisely equal to -1, in which case it would return -1 instead of 0. - the fixup paths in the OOL for saturating conversions on x86 were incorrect when the input is -0, in which case it was improperly considered equal to 0 and thus resulted in the maximum value. - on x86, the OOL paths for saturated conversions are quite different from the ones for non-saturated ones; code generation needs to take this into account. --HG-- extra : amend_source : 9d753969ecbc28fa3f5c324bec8e7b4792e123e4 |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
public | ||
rust | ||
src | ||
xpconnect | ||
app.mozbuild | ||
ffi.configure | ||
moz.build | ||
moz.configure |