diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-04 11:00:13 -0700 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-04 11:00:13 -0700 |
| commit | 100adbb532958c2c0fd35979b22cf2b8155908be (patch) | |
| tree | a6f8802973a51aadbfe633bc8afd0c1cc715597b /IncompletelySpecifiedBehavior.md | |
| parent | adeeb06bed5a14ea655b6ed2830824734f9f29af (diff) | |
| parent | 5510bdf079057f42ff35511108c4db50196d540d (diff) | |
| download | nanowasm-design-100adbb532958c2c0fd35979b22cf2b8155908be.tar.gz | |
Merge, and drop the MVP change to asm.js. Discuss separately.
Diffstat (limited to 'IncompletelySpecifiedBehavior.md')
| -rw-r--r-- | IncompletelySpecifiedBehavior.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IncompletelySpecifiedBehavior.md b/IncompletelySpecifiedBehavior.md index 8f825a7..f566aba 100644 --- a/IncompletelySpecifiedBehavior.md +++ b/IncompletelySpecifiedBehavior.md @@ -14,8 +14,8 @@ The following is a list of the places where the WebAssembly specification curren - [NaN bit patterns](AstSemantics.md#floating-point-operations) - - [Races between threads](EssentialPostV1Features.md#threads) + - [Races between threads](EssentialPostMVPFeatures.md#threads) - - [Fixed-width SIMD may want some flexibility](EssentialPostV1Features.md#fixed-width-simd) + - [Fixed-width SIMD may want some flexibility](EssentialPostMVPFeatures.md#fixed-width-simd) - In SIMD.js, floating-point values may or may not have subnormals flushed to zero. - In SIMD.js, operations ending in "Approximation" return approximations that may vary between platforms. |
