-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added comment description of cmov_int16
- Loading branch information
1 parent
9b8d306
commit 441c051
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Please forgive me if I'm totally misunderstanding (I am way out of my depth here), but it seems like
b
is actually auint16_t
, not auint8_t
as the comment suggests? (If it's intended to beuint16_t
, then I'd suggest updating the comment; otherwise, I'd suggest updating the argument type.)