Skip to content

Commit

Permalink
Add fast-math and mvec when compiling under el8
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed May 9, 2022
1 parent 9aed16c commit bf39a2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RecoTracker/MkFitCore/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<use name="json"/>
<use name="tbb"/>
<flags CXXFLAGS="-fopenmp-simd"/>
<architecure name="el8_amd64_.*"/>
<flags CXXFLAGS="-ffast-math"/>
<flags LDFLAGS="-lmvec"/>
</architecture>
<flags ADD_SUBDIR="1"/>
<export>
<lib name="RecoTrackerMkFitCore"/>
Expand Down

0 comments on commit bf39a2b

Please sign in to comment.