.Net Standard 2.1
artelk opened this issue · 1 comments
artelk commented
Hello,
The nuget package is only available for .Net 6 projects.
Please change the target framework to .Net Standard 2.1 so other libraries targeting to .Net Standard 2.1 could use that.
uranium62 commented
.Net Standard 2.1 doesn't support SIMD instructions.
I was faced with the choice of building the library using netstandard2.1 or SIMD. I chose the second one.