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

[Parser] Parse v128.const #6275

Merged
merged 1 commit into from
Feb 5, 2024
Merged

[Parser] Parse v128.const #6275

merged 1 commit into from
Feb 5, 2024

Conversation

tlively
Copy link
Member

@tlively tlively commented Feb 5, 2024

No description provided.

@tlively tlively requested a review from kripken February 5, 2024 19:24
vals[i] = *val;
}
return ctx.makeF64x2Const(pos, vals);
}
Copy link
Member

Choose a reason for hiding this comment

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

Seems tempting to use some C macros for these...

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, macros or templates could definitely reduce the line count here, but I'm not sure they would do much for overall code clarity :)

@tlively tlively merged commit be13e0f into main Feb 5, 2024
15 checks passed
@tlively tlively deleted the parser-v128-const branch February 5, 2024 20:08
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
@gkdn gkdn mentioned this pull request Aug 31, 2024
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.

2 participants