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 e7b190b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions RecoTracker/MkFitCore/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<use name="json"/>
<use name="tbb"/>
<flags CXXFLAGS="-fopenmp-simd"/>
<architecture name="el8_amd64_.*">
<flags CXXFLAGS="-ffast-math"/>
<flags LDFLAGS="-lmvec"/>
<flags CXXFLAGS="-ffast-math"/>
</architecture>
<flags ADD_SUBDIR="1"/>
<export>
Expand Down

0 comments on commit e7b190b

Please sign in to comment.