xtensor-stack / xtensor-blas

BLAS extension to xtensor
BSD 3-Clause "New" or "Revised" License
155 stars 54 forks source link

Check for compiler support for '-march=native' flag #227

Closed james-d-mitchell closed 1 year ago

james-d-mitchell commented 1 year ago

I think this resolves #196, I've tested it on my mac which doesn't support -march=native and on another machine that does support it and the -march=native flag is correctly (not) set in both cases.

JohanMabille commented 1 year ago

Thanks!