link vmerge into math.vectors docs
parent
26ddc44dc0
commit
05c722ea0c
|
@ -58,7 +58,8 @@ $nl
|
|||
{ $subsection vshuffle }
|
||||
{ $subsection vbroadcast }
|
||||
{ $subsection hlshift }
|
||||
{ $subsection hrshift } ;
|
||||
{ $subsection hrshift }
|
||||
{ $subsection vmerge } ;
|
||||
|
||||
ARTICLE: "math-vectors-logic" "Vector component- and bit-wise logic"
|
||||
{ $notes
|
||||
|
@ -386,6 +387,8 @@ HELP: vmerge-tail
|
|||
"""{ "C" "3" "D" "4" }"""
|
||||
} } ;
|
||||
|
||||
{ vmerge vmerge-head vmerge-tail } related-words
|
||||
|
||||
HELP: vbroadcast
|
||||
{ $values { "u" "a SIMD array" } { "n" "a non-negative integer" } { "v" "a SIMD array" } }
|
||||
{ $description "Outputs a new SIMD array of the same type as " { $snippet "u" } " where every element is equal to the " { $snippet "n" } "th element of " { $snippet "u" } "." }
|
||||
|
|
Loading…
Reference in New Issue