Altera_Forum
Honored Contributor
11 years agoAdding two uint4
Hi, I'm struggling with adding int4 data. I want to be able to add two 96b numbers (what implies adding with carry) in my kernel and I came up with this code:
uint4 Add(uint4 a, uint4 b){
u...