diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-06-10 18:16:47 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-06-10 18:16:47 -0700 |
| commit | 4e44dc2d06355a61ec2b259e90145dee8cfca549 (patch) | |
| tree | 29e4445564d3da572a0948d7c1be7b64abdc1acf /Polyfill.md | |
| parent | 95b607450bdeeac671e7f0d4eba7cbfacedd21cb (diff) | |
| download | nanowasm-design-4e44dc2d06355a61ec2b259e90145dee8cfca549.tar.gz | |
Make INT32_MIN % -1 defined again.
Diffstat (limited to 'Polyfill.md')
| -rw-r--r-- | Polyfill.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Polyfill.md b/Polyfill.md index 5a39bd2..eb96322 100644 --- a/Polyfill.md +++ b/Polyfill.md @@ -65,7 +65,6 @@ Some divergences that we've identified as potentially desirable: standard behavior: - Division by zero returns zero; - `INT32_MIN / -1` returns `INT32_MIN`; - - `INT32_MIN % -1` returns `0`; - Shift counts are implicitly masked. * **[Datatype conversions](AstSemantics.md#datatype-conversions-truncations-reinterpretations-promotions-and-demotions)**: Regardless of WebAssembly behavior, an asm.js polyfill will follow its |
