-
If I understand correctly, all broadcast intrinsics go in the There are workarounds of using the memory form, taking the address of the local variable, or using the So what should we do here if we want to broadcast from a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I found an answer myself. It seems that we can use But I am not sure this is good, because we must use the "Unsafe" form in order for the optimization to occur. |
Beta Was this translation helpful? Give feedback.
-
There is an overload of |
Beta Was this translation helpful? Give feedback.
There is an overload of
Vector256.Create
that takes only one parameter, which should be optimized properly.