Skip to content

Commit

Permalink
add TODO for future Long data type issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyu-W committed Jun 9, 2022
1 parent d495860 commit 0aeecb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maro/backends/raw/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace maro

using NODE_INDEX = uint32_t;
using SLOT_INDEX = uint32_t;
using QUERY_FLOAT = double;
using QUERY_FLOAT = double; // TODO: Precision issue for Long data type.

using ATTR_CHAR = char;
using ATTR_UCHAR = unsigned char;
Expand Down

0 comments on commit 0aeecb3

Please sign in to comment.