qinzheng93 / GeoTransformer

[CVPR2022] Geometric Transformer for Fast and Robust Point Cloud Registration
MIT License
677 stars 70 forks source link

Fix windows build #87

Open eclipse0922 opened 1 year ago

eclipse0922 commented 1 year ago

The size of the long type can vary across different systems. For instance, on Linux, it is 64-bit, while on Windows, it is 32-bit

However, int64_t is a fixed-size data type that is consistent across all systems. It is a 64-bit integer type that can be used to store large numbers

https://stackoverflow.com/questions/43444789/why-do-datatypes-have-different-sizes-on-different-architectures-i-e-a-c-in