JishinMaster / simd_utils

A header only library implementing common mathematical functions using SIMD intrinsics
BSD 2-Clause "Simplified" License
93 stars 21 forks source link

fixing build on Apple ARM #4

Closed JoachimSchurig closed 1 year ago

JoachimSchurig commented 1 year ago

Hi, thank you very much for simd_utils!

I found to compile with it on Apple ARM with Apple Clang 14.0.3 I had to apply the two patches in the PR. I would be happy if you would accept them into your repository.

Thanks again, Joachim Schurig

JishinMaster commented 1 year ago

Hi,

Thank you for your interest in simd_utils and for your contribution!