Skip to content

Try for IEEE754-precise poly2tri triangulation results#4500

Draft
roystgnr wants to merge 16 commits into
libMesh:develfrom
roystgnr:non_associative_poly2tri
Draft

Try for IEEE754-precise poly2tri triangulation results#4500
roystgnr wants to merge 16 commits into
libMesh:develfrom
roystgnr:non_associative_poly2tri

Conversation

@roystgnr

Copy link
Copy Markdown
Member

@loganharbour is experimenting with adding CXXFLAGS for Haswell architecture compiler optimizations, and the fused-multiply-add instructions there are (via rounding differently) changing MOOSE XYDelaunay outputs. Compiling the whole thing with -ffp-contract=off fixes the problem, but we do want to allow fused-multiply-add in most of our code, so let's see if we can just disable non-IEEE754-compliant optimizations selectively.

Leaving this marked as draft until Logan can verify that it works for him.

@moosebuild

moosebuild commented Jul 21, 2026

Copy link
Copy Markdown

Job Coverage, step Generate coverage on a286353 wanted to post the following:

Coverage

421597 #4500 a28635
Total Total +/- New
Rate 65.65% 65.65% +0.00% -
Hits 78738 78739 +1 0
Misses 41207 41206 -1 0

Diff coverage report

Full coverage report

This comment will be updated on new commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants