We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e62ed commit a032796Copy full SHA for a032796
backend/arm64/emit.mlp
@@ -1031,12 +1031,12 @@ let emit_reinterpret_cast (cast : Cmm.reinterpret_cast) i =
1031
if distinct then (
1032
DSL.check_reg Float src;
1033
DSL.check_reg Float32 dst;
1034
- DSL.ins I.FCVT [| DSL.emit_reg dst; DSL.emit_reg src |])
+ DSL.ins I.MOV [| DSL.emit_reg_d dst; DSL.emit_reg_d src |])
1035
| Float_of_float32 ->
1036
1037
DSL.check_reg Float32 src;
1038
DSL.check_reg Float dst;
1039
1040
| V128_of_v128 ->
1041
1042
DSL.check_reg Vec128 src;
0 commit comments