link vmerge into math.vectors docs

db4
Joe Groff 2009-10-03 21:48:16 -05:00
parent 26ddc44dc0
commit 05c722ea0c
1 changed files with 4 additions and 1 deletions

View File

@ -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" } "." }