Check for float register width exactly for risc-v frontend

This commit is contained in:
gingerBill
2026-08-21 12:19:02 +01:00
parent a604ddceb1
commit 4a4a5045f8
5 changed files with 27 additions and 2 deletions

View File

@@ -581,6 +581,9 @@ struct Asm_amd64 {
bool integer_reg_width_is_exact() const {
return true;
}
bool float_reg_width_is_exact() const {
return true;
}
AsmOperandKind kind_from_operand_type(OperandType type) const {
switch (type) {