Skip to content

MuonTrackFinderTools: Work around spurious FPE with clang.

Tell clang to optimize MuonTrackCleaner::init assuming that FP exceptions can trap. Otherwise, it can vectorize the division, which can lead to spurious division-by-zero traps from unused vector lanes.

Needed to fix test failures in MuonCombinedConfig in the clang build.

Merge request reports