Skip to content

[FEATURE] a named function for broadcasting a value #1681

@DenisYaroshevskiy

Description

@DenisYaroshevskiy

The syntax we are using eve::wide<T>(v) can be confusing in certain scenarious.

Like

eve::wide<T> x(ptr);
eve::wide<T> x(*ptr);

mean different things.

I would like a function, that a person not familiar with eve can easily understand

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions