amcphail / hmatrix-gsl-stats

GSL Statistics functions for Haskell hmatrix
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Pass -msse2 to gcc conditionally. #13

Closed trommler closed 6 years ago

trommler commented 6 years ago

The gcc flag -msse2 is architecture specific. Include it in cc-options only on i386 and x86_64, where it is supported.