-
Notifications
You must be signed in to change notification settings - Fork 168
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
Make dup_x
etc. methods public
#14
Comments
Do you mind if I go ahead and expose these now, so I can start using them in Psychopath? |
Sure, go for it. |
Looking at For example, in my use-case, even if I were using Do you have any thoughts on that? |
That is a good point. It's not really an easy thing to handle nicely at the moment. The cases I have internally I've kept it in the same type as that's what my usage has been (e.g. Long term, what I was thinking with a swizzle macro would solve that, for example You could use the existing It could be solved by adding Perhaps I should leave these as is for now. If you want to use intrinsics directly you can convert |
Yeah, that all makes sense. I think maybe what we should do for now, then, is just expose the |
Yeah, it probably makes sense. |
The more I'm thinking about this, the more I actually kind of don't want to expose this. It seems so special-cased, and I think waiting for a shuffle macro would make more sense. My code in Psychopath still works just fine, even if it isn't maximally efficient, and I can change it once we have shuffling. |
Alright, I'll leave this open in case anyone else appears who has a need for it. |
These are currently
pub(crate)
but they look like they'd be useful externally based on cessen/psychopath@88e7365#diff-7e162a40d8f4de03dc9ab929005466cfR65The text was updated successfully, but these errors were encountered: