Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix signed/unsigned issue on non-INTC processors
Some ugliness in different GCC versions caused the interpolation steps to be calculated incorrectly. Explicitly move through variable of the right type to ensure proper signedness of operations.
- Loading branch information