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

CMake: try SSE build before enabling it #1198

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

Karry
Copy link
Collaborator

@Karry Karry commented Jan 11, 2022

Clang allows -msse* compiler flags even with arm cpu target,
so cmake check check_c_compiler_flag return success.
But sse instructions are not supported on arm, so build fails later.
Because of that, we should try to compile simple sse program
to verify that sse really works.

Should solve #1197

Clang allows -msse* compiler flags even with arm cpu target,
so cmake check check_c_compiler_flag return success.
But sse instructions are not supported on arm, so build fails later.
Because of that, we should try to compile simple sse program
to verify that sse really works.

Should solve Framstag#1197
@sonarcloud
Copy link

sonarcloud bot commented Jan 11, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Framstag Framstag merged commit dea3577 into Framstag:master Jan 11, 2022
@Karry Karry deleted the sse-prebuild-test branch January 11, 2022 18:19
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