diff options
| author | Luke Wagner <mail@lukewagner.name> | 2015-09-16 12:07:32 -0500 |
|---|---|---|
| committer | Luke Wagner <mail@lukewagner.name> | 2015-09-16 12:07:32 -0500 |
| commit | 8f7ce6ca3e2b38b3ba40255ce74d4f1f201e543e (patch) | |
| tree | a780e41b136e61fdb745bde642889aaca04a083e | |
| parent | 1a42cabb7d44fa8e35c03f01db84706871424dad (diff) | |
| download | nanowasm-design-8f7ce6ca3e2b38b3ba40255ce74d4f1f201e543e.tar.gz | |
Also rename float32x4 to f32x4
| -rw-r--r-- | PostMVP.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
