Skip to content

Commit

Permalink
Change atrribute from no-fast-math to match-errno
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed May 13, 2022
1 parent 688e905 commit 8eab5b1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions RecoTracker/MkFitCore/src/PropagationMPlex.cc
Original file line number Diff line number Diff line change
Expand Up @@ -589,15 +589,15 @@ namespace mkfit {

//==============================================================================

void __attribute__((optimize("no-fast-math"))) propagateHelixToZMPlex(const MPlexLS& inErr,
const MPlexLV& inPar,
const MPlexQI& inChg,
const MPlexQF& msZ,
MPlexLS& outErr,
MPlexLV& outPar,
const int N_proc,
const PropagationFlags pflags,
const MPlexQI* noMatEffPtr) {
void __attribute__((optimize("math-errno"))) propagateHelixToZMPlex(const MPlexLS& inErr,
const MPlexLV& inPar,
const MPlexQI& inChg,
const MPlexQF& msZ,
MPlexLS& outErr,
MPlexLV& outPar,
const int N_proc,
const PropagationFlags pflags,
const MPlexQI* noMatEffPtr) {
// debug = true;

outErr = inErr;
Expand Down

0 comments on commit 8eab5b1

Please sign in to comment.