link vmerge into math.vectors docs
parent
26ddc44dc0
commit
05c722ea0c
|
@ -58,7 +58,8 @@ $nl
|
||||||
{ $subsection vshuffle }
|
{ $subsection vshuffle }
|
||||||
{ $subsection vbroadcast }
|
{ $subsection vbroadcast }
|
||||||
{ $subsection hlshift }
|
{ $subsection hlshift }
|
||||||
{ $subsection hrshift } ;
|
{ $subsection hrshift }
|
||||||
|
{ $subsection vmerge } ;
|
||||||
|
|
||||||
ARTICLE: "math-vectors-logic" "Vector component- and bit-wise logic"
|
ARTICLE: "math-vectors-logic" "Vector component- and bit-wise logic"
|
||||||
{ $notes
|
{ $notes
|
||||||
|
@ -386,6 +387,8 @@ HELP: vmerge-tail
|
||||||
"""{ "C" "3" "D" "4" }"""
|
"""{ "C" "3" "D" "4" }"""
|
||||||
} } ;
|
} } ;
|
||||||
|
|
||||||
|
{ vmerge vmerge-head vmerge-tail } related-words
|
||||||
|
|
||||||
HELP: vbroadcast
|
HELP: vbroadcast
|
||||||
{ $values { "u" "a SIMD array" } { "n" "a non-negative integer" } { "v" "a SIMD array" } }
|
{ $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" } "." }
|
{ $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