Skip to content

ZdcAnalysis: Fix FPE in clang build.

Scott Snyder requested to merge ssnyder/athena:fpetrap.ZdcAnalysis-20241031 into main

Tell clang to optimize one division assuming that it may trap. Otherwise it will optimize away the check against zero.

Fixes test failure seen in ZdcRec in the clang build.

Merge request reports