Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme sais it only supports int[] for .NET 7 and later #13

Open
jonadv opened this issue Jan 6, 2025 · 1 comment
Open

Readme sais it only supports int[] for .NET 7 and later #13

jonadv opened this issue Jan 6, 2025 · 1 comment

Comments

@jonadv
Copy link

jonadv commented Jan 6, 2025

can somebody tell me what "it" in that first line refers to?

I can only read it in a way that

  • SIMD is only available from .NET 7 onwards but also
  • SIMD in .NET 7 (and later) only works for int[]

so the whole package is only for int[] and will not have any effect on for example double[]

image

@neuecc
Copy link
Member

neuecc commented Jan 8, 2025

This refers to the range of SIMD support provided by LINQ in .NET.
For more details, please read the article at that link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants