SSE disabled libstd creates an error #66644
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I added disabling SSE and MMX on https://github.com/hermitcore/rust/blob/ab6cb0197188f0c842d7dd2e378777f0bc0f6240/src/librustc_target/spec/x86_64_unknown_hermit.rs#L7 and built libstd.
When I tried to build an application with
-C soft-float
, I gotLLVM ERROR: SSE register return with SSE disabled
.The text was updated successfully, but these errors were encountered: