Replies: 3 comments
-
Hi Stéphane, I am really sorry for all the issues you have with CGAL and the test system of CRAN. I think all of those issues (including #6994), are because Valgrind does not emulate correctly the setting of the FPU rounding mode. That is documented, in the section Limitations of its manual:
Unfortunately, the class template Fortunately, there is an experimental feature of CGAL that you could use, that exists for a year in CGAL (see PR #5510) but is not well tested. If the macro |
Beta Was this translation helpful? Give feedback.
-
Thanks! I will try. |
Beta Was this translation helpful? Give feedback.
-
Nope :-( Unfortunately, the test above returns I explained to CRAN that Valgrind does not support the CGAL exact arithmetic, I'm waiting for their reply. |
Beta Was this translation helpful? Give feedback.
-
This is a follow-up of my monologues in the other posts.
I noticed that when using Valgrind, everything happens as if EPECK were EPICK.
So I did the following test. In double precision, the equality
1 - 7*0.1 == 0.3
is false.Results:
test()
istrue
;test()
isfalse
.Beta Was this translation helpful? Give feedback.
All reactions