-
Notifications
You must be signed in to change notification settings - Fork 35
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
Bounds check in vstore #51
Comments
I have not carefully implemented bounds checking. |
I hope I can try implementing this some day, but right now I see myself having to use my own patched package so I can comment this. Shouldn't this perhaps be made similar to the other functions while the mechanism isn't properly implemented? Or maybe we can make a separate function in order to keep this one with the check? |
@nlw0 I don't understand what you are suggesting. |
Just make sure you use this inside a |
I noticed this line is commented on similar functions, with a "todo". Should this be the same case? In this about implementing some missing mechanism to allow @inbounds propagation to work?
SIMD.jl/src/SIMD.jl
Line 1488 in 1245797
The text was updated successfully, but these errors were encountered: