You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output is identical on any of these three architectures:
# issue142
not ok 58 7 triangles when expected 4
ok 59 earcut deviation 0.0000000000000812% is less than 12.7549680371464884%
ok 60 libtess2 deviation 853.0670124916314307% is less than 853.0670130000000881%
See also #97; but rather than a small difference in deviation, this test is actually coming up with a different number of triangles.
Based on #97 (comment), I tried adding -ffp-contract=off to the compiler flags and found that doing so fixed this issue (in addition to #97).
The text was updated successfully, but these errors were encountered:
The output is identical on any of these three architectures:
See also #97; but rather than a small difference in deviation, this test is actually coming up with a different number of triangles.
Based on #97 (comment), I tried adding
-ffp-contract=off
to the compiler flags and found that doing so fixed this issue (in addition to #97).The text was updated successfully, but these errors were encountered: