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

Fix compilation warnings #45

Closed
wants to merge 6 commits into from
Closed

Conversation

aurelf
Copy link
Member

@aurelf aurelf commented Feb 23, 2024

  • Fix some warnings in tcg/tcg-op-vec.c
  • Remove warnings due to -Wenum-int-mismatch

Antwy and others added 6 commits February 17, 2024 21:47
This is useless code until there is real complete instrumentation of
those functions.
Force the enum supporting type by using enum specifier (more portable,
as otherwise the underlying type is implementation-dependent).

Do not actually use TCGCond in HELPER(sym_ternary_vec) and
HELPER(sym_cmp_vec). When called a cast is made anyway.
@aurelf aurelf mentioned this pull request Mar 18, 2024
@aurelf
Copy link
Member Author

aurelf commented Mar 20, 2024

That was duplicate of changes in #51 closing

@aurelf aurelf closed this Mar 20, 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