-
Notifications
You must be signed in to change notification settings - Fork 7
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
Aligned alloc _mm_malloc/free() would be nice to have #23
Comments
My default position is to be supportive of adding any intrinsic found on the Intel Intrinsics Guide https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html so adding those seems reasonable to me. |
Thats fine with me. I had tried to add some tags like BM1/BM2/F16C just to get a feeling how the nim-package works. I don't now if these are still important.
One more thing - i started smth. as already mentioned - its a RLU-Cache with vector-operation. I made me a greet & beats, Andreas |
For the moment, i dropped the For my part, this issue can be closed, since all important parts aligned-( greets andreas |
Hi again,
_mm_alloc()
and_mm_free()
should be insse.nim
which is missing.I'd say this would be a desireable feature as it would make aligned allocations explicit ? And easier and cleaner, too.
What do you think ?
regards, Andreas
--
i found the include for
prefetch
insse2.nim
and added the desired for testing :The text was updated successfully, but these errors were encountered: