Work around crash on Intel Raptor Lake CPU#520
Conversation
|
It looks like the most recent LLVM already works around this, see https://godbolt.org/z/8noxnTWe9. How does that factor into your process? I understand people build from source, but mostly Mozilla distributes the builds I think, so you could use the more recent compiler. Does patching for earlier rustc versions still make sense? |
|
Notwithstanding the fact that as of now Mozilla is building with Rustc 1.92, downstreams have a broad range of rust compiler versions they may use. |
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
Sure, makes sense. I noticed that we should really use |
Fixes #306