Method mm256_setr_epi16
mm256_setr_epi16(Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16)
Set packed short elements in dst with the supplied values in reverse order.
Declaration
public static v256 mm256_setr_epi16(short e15_, short e14_, short e13_, short e12_, short e11_, short e10_, short e9_, short e8_, short e7_, short e6_, short e5_, short e4_, short e3_, short e2_, short e1_, short e0_)
Parameters
| Type | Name | Description | 
|---|---|---|
| Int16 | e15_ | Element 15  | 
| Int16 | e14_ | Element 14  | 
| Int16 | e13_ | Element 13  | 
| Int16 | e12_ | Element 12  | 
| Int16 | e11_ | Element 11  | 
| Int16 | e10_ | Element 10  | 
| Int16 | e9_ | Element 9  | 
| Int16 | e8_ | Element 8  | 
| Int16 | e7_ | Element 7  | 
| Int16 | e6_ | Element 6  | 
| Int16 | e5_ | Element 5  | 
| Int16 | e4_ | Element 4  | 
| Int16 | e3_ | Element 3  | 
| Int16 | e2_ | Element 2  | 
| Int16 | e1_ | Element 1  | 
| Int16 | e0_ | Element 0  | 
Returns
| Type | Description | 
|---|---|
| v256 | Vector  |