temp_multi_indata[j]=simde_mm_xor_si128(simde_mm_packs_epi16(pv[i],pv[i+1]),simde_mm_cmpeq_epi32(ones,ones));// Perform NOT operation and write the result to temp_multi_indata[j]
}
// the last bytes before reaching "kc * harq_process->Z" should not be written 128 bits at a time to avoid overwritting the following block in multi_indata
simde__m128itmp=simde_mm_xor_si128(simde_mm_packs_epi16(pv[2*((kc*harq_process->Z)>>4)],pv[2*((kc*harq_process->Z)>>4)+1]),simde_mm_cmpeq_epi32(ones,ones));// Perform NOT operation and write the result to temp_multi_indata[j]
temp_multi_indata[j]=simde_mm_xor_si128(simde_mm_packs_epi16(pv[i],pv[i+1]),simde_mm_cmpeq_epi32(ones,ones));// Perform NOT operation and write the result to temp_multi_indata[j]
}
// the last bytes before reaching "kc * harq_process->Z" should not be written 128 bits at a time to avoid overwritting the following block in multi_indata
simde__m128itmp=simde_mm_xor_si128(simde_mm_packs_epi16(pv[2*((kc*harq_process->Z)>>4)],pv[2*((kc*harq_process->Z)>>4)+1]),simde_mm_cmpeq_epi32(ones,ones));// Perform NOT operation and write the result to temp_multi_indata[j]