Question on SIMD initialization. #840
-
If I fill 1 element, does it fill all the elements in a SIMD array?
Prints:
|
Beta Was this translation helpful? Give feedback.
Answered by
cheburakshu
Sep 19, 2023
Replies: 1 comment
-
Sorry, docs has the answr. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cheburakshu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, docs has the answr.
The integer value is splatted across all the elements of the SIMD vector.