aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-09-16 12:07:32 -0500
committerLuke Wagner <mail@lukewagner.name>2015-09-16 12:07:32 -0500
commit8f7ce6ca3e2b38b3ba40255ce74d4f1f201e543e (patch)
treea780e41b136e61fdb745bde642889aaca04a083e
parent1a42cabb7d44fa8e35c03f01db84706871424dad (diff)
downloadnanowasm-design-8f7ce6ca3e2b38b3ba40255ce74d4f1f201e543e.tar.gz
Also rename float32x4 to f32x4
-rw-r--r--PostMVP.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/PostMVP.md b/PostMVP.md
index 60d45ea..4a41703 100644
--- a/PostMVP.md
+++ b/PostMVP.md
@@ -38,8 +38,8 @@ variables are not aliasable and thus allow more aggressive optimization.
Support fixed-width SIMD vectors, initially only for 128-bit wide vectors as
demonstrated in [PNaCl's SIMD][] and [SIMD.js][].
-SIMD adds new local types (e.g., `float32x4`) so it has to be part of the core
-semantics. SIMD operations (e.g., `float32x4.add`) could be either builtin
+SIMD adds new local types (e.g., `f32x4`) so it has to be part of the core
+semantics. SIMD operations (e.g., `f32x4.add`) could be either builtin
operations (no different from `i32.add`) or exports of a builtin SIMD module.
[PNaCl's SIMD]: https://developer.chrome.com/native-client/reference/pnacl-c-cpp-language-support#portable-simd-vectors