cmd/asm: riscv64 assembler claims that 4294967295 does not fit in 32 bits #37382
Labels
arch-riscv
Issues solely affecting the riscv64 architecture.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
After some compiler tweaks, I got this complaint out of the RISCV64 assembler:
But 4294967295 does fit (barely!) in 32 bits. So either the error message is wrong, or the instruction should get encoded.
(My compiler changes aren't ready to share, but you should be able to reproduce just with assembly.)
cc @4a6f656c
The text was updated successfully, but these errors were encountered: