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

refactor(interpreter): improve variable naming and code clarity #4157

Merged
merged 1 commit into from
Apr 10, 2025

Conversation

lum1n0us
Copy link
Collaborator

@lum1n0us lum1n0us commented Mar 24, 2025

Fix compilation warning about shadow, like

 declaration of ‘val’ shadows a previous local [-Wshadow]

@lum1n0us lum1n0us changed the title refactor(interpreter): improve variable naming and code clarity in SI… refactor(interpreter): improve variable naming and code clarity Mar 24, 2025
…MD operations

Fix compilation warning about shadow, like

```sh
 declaration of ‘val’ shadows a previous local [-Wshadow]
```
@lum1n0us lum1n0us force-pushed the fix/simde_comp_warning branch from 220ae3c to d7637e6 Compare March 27, 2025 01:53
Copy link
Collaborator

@TianlongLiang TianlongLiang left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@xujuntwt95329 xujuntwt95329 left a comment

Choose a reason for hiding this comment

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

LGTM

@lum1n0us lum1n0us merged commit 751cdcf into bytecodealliance:main Apr 10, 2025
403 checks passed
@lum1n0us lum1n0us deleted the fix/simde_comp_warning branch April 10, 2025 06:36
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.

4 participants