diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-06-03 12:16:54 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-06-03 12:48:15 -0700 |
| commit | 3cd3dde7eb1b90abfcfa9b100ca6afd09237a12e (patch) | |
| tree | 22c110289acdcb0f6434d20cc8a3c255fe85d3f7 /IncompletelySpecifiedBehavior.md | |
| parent | cbd6b7024887ce0ba7b84f2f99e4df3568bf43b6 (diff) | |
| download | nanowasm-design-3cd3dde7eb1b90abfcfa9b100ca6afd09237a12e.tar.gz | |
Rename "V1" aka "v.1" to "MVP".
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. |
