Skip to content

TrkParametersBase+TrkGeometry: Work around spurious FPE with clang.

Tell clang to optimize the ParametersT ctor 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 MuonConfig in the clang build.

Merge request reports