Skip to content

CxxUtils: Avoid spurious division-by-zero FPEs with clang19.

Scott Snyder requested to merge ssnyder/athena:fpe.CxxUtils-20250207 into main

Use CXXUTILS_TRAPPING_FP to tell clang to assume that FP division may trap.

Merge request reports

Loading