typo
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
(is-power-of-two $C))
|
||||
(ushr_imm $(log2 $C) $x))
|
||||
|
||||
;; Reminder by a power of two -> bitwise and with decreased by one constant.
|
||||
;; Remainder by a power of two -> bitwise and with decreased by one constant.
|
||||
(=> (when (urem_imm $C $x)
|
||||
(is-power-of-two $C)
|
||||
(fits-in-native-word $C))
|
||||
|
||||
Reference in New Issue
Block a user