Opened 5 years ago
Closed 5 years ago
#4439 closed enhancement (fixed)
Unify methods to check machine endianness
Reported by: | Algunenano | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
We have several methods to check machine endianness, some at compile time and some at runtime, e.g:
getMachineEndian()
is_bigendian()
WORDS_BIGENDIAN
SHPOpenLL()
usesbBigEndian
They should be unified if possible.
Note:
See TracTickets
for help on using tickets.
r17582 removed getMachineEndian()