xtensor-stack / xtensor-blas

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

Fix compile warnings #226

Closed james-d-mitchell closed 1 year ago

james-d-mitchell commented 1 year ago

This PR fixes a couple of compiler warnings related to integers and floats of different size highlighted by clang-13.

JohanMabille commented 1 year ago

Thanks!