From 4e44dc2d06355a61ec2b259e90145dee8cfca549 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 10 Jun 2015 18:16:47 -0700 Subject: Make INT32_MIN % -1 defined again. --- Polyfill.md | 1 - 1 file changed, 1 deletion(-) (limited to 'Polyfill.md') 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 -- cgit v1.2.3