typo
This commit is contained in:
@@ -192,7 +192,7 @@
|
|||||||
(is-power-of-two $C))
|
(is-power-of-two $C))
|
||||||
(ushr_imm $(log2 $C) $x))
|
(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)
|
(=> (when (urem_imm $C $x)
|
||||||
(is-power-of-two $C)
|
(is-power-of-two $C)
|
||||||
(fits-in-native-word $C))
|
(fits-in-native-word $C))
|
||||||
|
|||||||
Reference in New Issue
Block a user