From 8f7ce6ca3e2b38b3ba40255ce74d4f1f201e543e Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Wed, 16 Sep 2015 12:07:32 -0500 Subject: Also rename float32x4 to f32x4 --- PostMVP.md | 4 ++-- 1 file 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 -- cgit v1.2.3