fix function signature of v128.pmin, v128.pmax#2379
Merged
MaxGraey merged 1 commit intoAssemblyScript:mainfrom Jul 22, 2022
Merged
fix function signature of v128.pmin, v128.pmax#2379MaxGraey merged 1 commit intoAssemblyScript:mainfrom
MaxGraey merged 1 commit intoAssemblyScript:mainfrom
Conversation
Member
|
Thanks for PR. I'm wondering why all your PRs started as "Optimize ..." while it just fixes, some improvements in tests or type definitions? =) It's a little confusing. |
Contributor
Author
|
yes, OK, I will add tests and change the title |
3277cd4 to
bbad36d
Compare
Contributor
Author
|
@MaxGraey |
MaxGraey
reviewed
Jul 22, 2022
MaxGraey
reviewed
Jul 22, 2022
bbad36d to
9ec3507
Compare
MaxGraey
reviewed
Jul 22, 2022
9ec3507 to
2a68d6c
Compare
2a68d6c to
1b3f5dc
Compare
MaxGraey
approved these changes
Jul 22, 2022
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
according to the source code of
builtin_v128_pminandbuiltin_v128_pmax.they only accept the f32 and f64 format, change the function signature according to its source code.
this issue found from issue 2374