Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use short type names (i32 instead of int32) #357

Merged
merged 2 commits into from
Sep 16, 2015
Merged

Conversation

lukewagner
Copy link
Member

As proposed in #356.

@@ -40,7 +40,7 @@ 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be nice to rename the SIMD types too -- f32x4 etc.

@sunfishcode
Copy link
Member

lgtm, provided the SIMD types are likewise updated :-).

@jfbastien
Copy link
Member

lgtm

lukewagner added a commit that referenced this pull request Sep 16, 2015
Use short type names (i32 instead of int32)
@lukewagner lukewagner merged commit 9b177b6 into master Sep 16, 2015
@lukewagner lukewagner deleted the use-short-type-names branch September 16, 2015 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants