Conversation
|
@lemaitre, I took the committer from first commit in #27, but it does not point to your GH account for some reason. Let me know if you want to change it. Also, the instructions can be characterized as follows:
|
|
I think the first commit is not linked to my github account because I made it locally, not from github, and I might have put the wrong email. I will check, and if that is the case, I will force push my branch. |
|
Confirmed, I messed up the email. Now I have properly set the email (and took the time to set up pgp signature). So if you rebase your branch, you should be fine. |
Change by Florian Lemaitre, orgially made in PR WebAssembly#27: WebAssembly#27
9a94d2f to
5827831
Compare
|
That looks better now :) |
akirilov-arm
left a comment
There was a problem hiding this comment.
Note that #27 was updated because some operation descriptions and pseudocode had errors.
| - `vec.v32.interleave_even(a: vec.v32, b: vec.v32) -> vec.v32` | ||
| - `vec.v64.interleave_even(a: vec.v64, b: vec.v64) -> vec.v64` | ||
| - `vec.v128.interleave_even(a: vec.v128, b: vec.v128) -> vec.v128` | ||
| - `vec.m8.interleave_even(a: vec.m8, b: mec.m8) -> vec.m8` |
There was a problem hiding this comment.
Since this pull request updates the current proposal, the mask operations should be omitted because there aren't any mask types.
Change by Florian Lemaitre, orgially made in PR #27:
#27