Forum Discussion
DRuiz9
New Contributor
5 years agoOpenCL 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...
AnilErinch_A_Intel
Frequent Contributor
5 years agoHi ,
You can try the different bit wise operations as a sample code then print the results to understand their operations.
Thanks and Regards
Anil