-
-
Notifications
You must be signed in to change notification settings - Fork 667
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
chore: enhance comment for extract_lane functions to include "idx" argument needs to be compile time constant #2890
chore: enhance comment for extract_lane functions to include "idx" argument needs to be compile time constant #2890
Conversation
…idx argument needs to be compile time constant - issue AssemblyScript#2877
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please revert change of notices.
maybe also add this comment to replace_lane
…include idx argument needs to be compile time constant - issue AssemblyScript#2877" This reverts commit 509ffc4.
This reverts commit dd981cf.
…ions to include idx argument needs to be compile time constant - issue AssemblyScript#2877"" This reverts commit 62425c3.
… to be compile time constant. - AssemblyScript#2877
sorry. maybe there are some mistake, your name still need to be added in notice, but please don't change the format. |
done, not sure how I got it all messed up the first time. Sorry about that. |
Thanks! |
Fixes #2877
Changes proposed in this pull request:
⯈ Changes made in the TypeScript declaration file
std/assembly/index.d.ts
, where the v128.extract_lane functions are declared.⯈ Comments now include:
idx argument needs to be compile time constant.
⯈