mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-04 11:10:18 +00:00
Check for float register width exactly for risc-v frontend
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user