Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

X86.Avx.mm256_insertf128_si256

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static v256 mm256_insertf128_si256(v256 a, v128 b, int imm8);

Parameters

Parameter Description
a Vector a
b Vector b
imm8 imm8

Returns

v256 Vector

Description

Copy a to dst, then insert 128 bits of integer data from b into dst at the location specified by imm8.

____ VINSERTF128 ymm1, ymm2, xmm3/v128, imm8 Performs an insertion of 128-bits of packed floating-point values from the second source operand into an the destination at an 128-bit offset from imm8[0]. The remaining portions of the destination are written by the corresponding fields of the first source operand