Skip to content

Commit

Permalink
includes/type: Fixed use of Reinterpreter type
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv authored Nov 24, 2024
1 parent 4c22f28 commit b9f5f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/type/float16.pat
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace auto type {
}

std::mem::Reinterpreter<u32, float> converter;
converter.from = result;
converter.from_value = result;

return std::format("{}", converter.to);
};
Expand Down

0 comments on commit b9f5f16

Please sign in to comment.