Skip to content

Commit

Permalink
No need to link to libmvec. It is called from libm on el8. Always use…
Browse files Browse the repository at this point in the history
… -ffastmath
  • Loading branch information
gartung committed May 14, 2022
1 parent 0ef9036 commit 468b476
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions RecoTracker/MkFitCore/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<use name="json"/>
<use name="tbb"/>
<flags CXXFLAGS="-fopenmp-simd"/>
<architecture name="el8_amd64_.*">
<flags CXXFLAGS="-ffast-math"/>
<flags LDFLAGS="-lmvec"/>
</architecture>
<flags CXXFLAGS="-ffast-math"/>
<flags ADD_SUBDIR="1"/>
<export>
<lib name="RecoTrackerMkFitCore"/>
Expand Down

0 comments on commit 468b476

Please sign in to comment.