acl_hash: fix integer conversion warning by pcolberg · Pull Request #199 · intel/fpga-runtime-for-opencl (original) (raw)
added 3 commits
This compiles the library code twice, for the library and the unit tests.
Signed-off-by: Peter Colberg peter.colberg@intel.com
Signed-off-by: Peter Colberg peter.colberg@intel.com
Avoid integer conversion altogether by using a more efficient implementation which compiles to branchless code with a rotate instruction, assuming the number of bits to rotate by is known at compile time so the compiler may eliminate the assert().
Signed-off-by: Peter Colberg peter.colberg@intel.com
pcolberg linked an issue
that may beclosed by this pull request
1 task
pcolberg marked this pull request as ready for review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})