-
Notifications
You must be signed in to change notification settings - Fork 58
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
[FEATURE] a named function for broadcasting a value #1681
Comments
auto x = widen(4);
auto x8 = widen(4, lane<8>); What about this name ? We WIDEN the scalar and get a wide |
I think that is wqy too cute. We use the word splat already. Broadcast is also a good one |
we use splat as a decorator. We can make the decorator splatted ? and reuse splat as a function ? |
won't broadcast conflict with the shuffle or are we OK overlaoding broadcast for both ? |
We can do either or I think? I don't know which is better. |
People probably knows broadcast already |
Broadcast it is then |
a shuffle is actually called broadcast_lane |
OK so we want to overlaod this one |
The syntax we are using
eve::wide<T>(v)
can be confusing in certain scenarious.Like
mean different things.
I would like a function, that a person not familiar with
eve
can easily understandThe text was updated successfully, but these errors were encountered: