pbf2json icon indicating copy to clipboard operation
pbf2json copied to clipboard

Testing for ARM architecture

Open missinglink opened this issue 4 months ago • 0 comments

This PR adds tests for ARM architecture instances.

Some of the floating-point math values differ between architectures, notably:

  • negative zero in some cases rather than positive zero
  • some floats differ by small values less than 1e-6 (0.000001)

Note: this PR also makes it possible to develop on an ARM machine, without it the tests fail.

missinglink avatar Sep 04 '25 12:09 missinglink