When building the repo with icpx the test_case/test_case_statistics.cpp compile fail with
error: explicit comparison with infinity in fast floating point mode [-Werror,-Wtautological-constant-compare]
Possible solution:
- Disable
tautological-constant-compare
- Set
-00 flags globally
- Disable fast-math for the particulars files