Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New test “issue142” in 2.2.4 fails on aarch64, ppc64le, s390x #103

Open
musicinmybrain opened this issue Sep 7, 2022 · 1 comment
Open
Labels

Comments

@musicinmybrain
Copy link
Contributor

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).

@mourner
Copy link
Member

mourner commented Sep 7, 2022

cc @kkaefer

@mourner mourner added the bug label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants