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

Workaround clang/LLVM bug with /fp:fast+SSE+float_control #142

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

walbourn
Copy link
Member

@walbourn walbourn commented Feb 5, 2024

The clang/LLVM toolset currently does not respect the float_control pragma for SSE instrinsics. Therefore, the use of /fp:fast is not recommended on clang/LLVM until this issue is fixed. See 55713.

Also includes updates for warnings found under clang v18.1.0 RC

@walbourn walbourn merged commit e2ac091 into main Feb 5, 2024
11 checks passed
@walbourn walbourn deleted the clangfpfast branch February 5, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants