Closed
Description
The simdnoise crate is failing to build with an LLVM assertion:
rustc: /checkout/src/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp:118: static uint8_t (anonymous namespace)::X86MCCodeEmitter::ModRMByte(unsigned int, unsigned int, unsigned int): Assertion `Mod < 4 && RegOpcode < 8 && RM < 8 && "ModRM Fields out of range!"' failed.
This is not a regression, it's confirmed to also fail on 1.28.0 (alt builds are not available past that).