- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
I have two vectors, vector A: 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31
vector B: 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32
I want to generate two new vector:
new_a: 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16
new_b:17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32
Does MIC such intrinsic like blend such that I can achieve the above goal using two instructions in total?
Thanks
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The same question was asked earlier this morning. Read here for the earlier answer to see if that helps.
