Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warning & TODO regarding potential introduction of branch
scalar_signed_to_unsigned_q_16() uses the expression `(r < 0)` for the extraction of the sign-bit, which is prone to compilers turning them into a branch. Signed-off-by: Hanno Becker <[email protected]>
- Loading branch information