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

tests: Fix warnings raised by clang++ #540

Merged
merged 1 commit into from
Oct 12, 2022
Merged

tests: Fix warnings raised by clang++ #540

merged 1 commit into from
Oct 12, 2022

Conversation

Cuda-Chen
Copy link
Collaborator

The typedef enum in _mm_cmpestrX test cases will raise warnings when compiling with clang++. After investigation, there is no need to use typedef enum. We should use enum instead.

Close #539

The "typedef enum" in _mm_cmpestrX test cases will raise warnings
when compiling with clang++. After investigation, there is no
need to use "typedef enum". We should use enum instead.

Close #539
@jserv jserv changed the title Fix warnings raised by clang++ in _mm_cmpestrX test cases tests: Fix warnings raised by clang++ Oct 12, 2022
@jserv jserv merged commit e8108fc into DLTcollab:master Oct 12, 2022
@Cuda-Chen Cuda-Chen deleted the issue-539 branch October 12, 2022 14:21
fengjixuchui added a commit to fengjixuchui/sse2neon that referenced this pull request Oct 12, 2022
Merge pull request DLTcollab#540 from Cuda-Chen/issue-539
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.

tests: Warnings raised by clang++
2 participants