Skip to content

Commit

Permalink
fix schme generation for int64
Browse files Browse the repository at this point in the history
  • Loading branch information
rajan-chari committed Jul 31, 2023
1 parent 6b96faf commit 2ff28a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vowpalwabbit/serialization/src/autofb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace autofb
{ typeid(std::int8_t), "int8" },
{ typeid(std::int16_t), "int16" },
{ typeid(std::int32_t), "int32" },
{ typeid(std::int64_t), "int64" },
{ typeid(std::uint8_t), "uint8" },
{ typeid(std::uint16_t), "uint16" },
{ typeid(std::uint32_t), "uint32" },
Expand Down

0 comments on commit 2ff28a7

Please sign in to comment.