We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1b3c2 commit e0c53c3Copy full SHA for e0c53c3
testdata/asm/bench/trm.zkasm
@@ -35,7 +35,7 @@ fn trm(RAW_ADDRESS u256) -> (ADDRESS_HI u32, IS_PRECOMPILE u1) {
35
;; determine low <= MAX_PRC_CONTIGUOUS_ADDRESS
36
;; or low is P256_VERIFY_ADDRESS
37
b1,tmp = low - MAX_PRC_CONTIGUOUS_ADDRESS - 1
38
- b2 = low == 256 ? 1 : 0
+ b2 = low == 0x100 ? 1 : 0
39
;; done
40
c0, c1, IS_PRECOMPILE= (b1 + b2) - (b1 * b2)
41
return
0 commit comments