google / s2geometry

Computational geometry and spatial indexing on the sphere
http://s2geometry.io/
Apache License 2.0
2.29k stars 302 forks source link

Fix big endian build #372

Closed rschu1ze closed 2 months ago

rschu1ze commented 2 months ago

PR https://github.com/google/s2geometry/pull/367 forgot to adjust a few types which are under the IS_BIG_ENDIAN define.

jmr commented 2 months ago

Thanks!