Skip to content

Commit

Permalink
Also rename float32x4 to f32x4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewagner committed Sep 16, 2015
1 parent 1a42cab commit 8f7ce6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PostMVP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f7ce6c

Please sign in to comment.