Commit e128e47
eip-7939: implement the CLZ opcode (#2825)
* bump test suite version
* skip passing slow test
* define Osaka hardfork
* change to fixtures_stable release
* sort failing.llvm
* eip-7939: implement the CLZ opcode
* Update kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md
Co-authored-by: Everett Hildenbrandt <everett.hildenbrandt@gmail.com>
* add helper clz function
---------
Co-authored-by: Everett Hildenbrandt <everett.hildenbrandt@gmail.com>1 parent 22d61de commit e128e47
File tree
3 files changed
+21
-2
lines changed- kevm-pyk/src/kevm_pyk/kproj/evm-semantics
3 files changed
+21
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1246 | 1246 | | |
1247 | 1247 | | |
1248 | 1248 | | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
1249 | 1253 | | |
1250 | 1254 | | |
1251 | 1255 | | |
| |||
3000 | 3004 | | |
3001 | 3005 | | |
3002 | 3006 | | |
| 3007 | + | |
3003 | 3008 | | |
3004 | 3009 | | |
3005 | 3010 | | |
| |||
3217 | 3222 | | |
3218 | 3223 | | |
3219 | 3224 | | |
| 3225 | + | |
3220 | 3226 | | |
3221 | 3227 | | |
3222 | 3228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
504 | 505 | | |
505 | 506 | | |
506 | 507 | | |
| 508 | + | |
| 509 | + | |
507 | 510 | | |
| 511 | + | |
| 512 | + | |
508 | 513 | | |
509 | 514 | | |
510 | 515 | | |
| |||
0 commit comments