Forum Discussion

DRuiz9's avatar
DRuiz9
Icon for New Contributor rankNew Contributor
5 years ago

OpenCL Intel FPGA shift and masking

Hi. I'm trying to perform shift right operations via bit masking. I want realize a 16 bit right shift, therefore I have to take only the 16 MSB from the result. value variable is a 32 bits integer. O...