File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ We employ two different types of specification for function verification: functi
14
14
| ------------| --------------------------------------------------------------------------------------------------------------------------| -------------| ----------|
15
15
| ` wadMul ` | [ solady/src/utils/FixedPointMathLib.sol] ( https://github.com/Vectorized/solady/blob/main/src/utils/FixedPointMathLib.sol ) | No | Yes |
16
16
| ` wadMulUp ` | [ solady/src/utils/FixedPointMathLib.sol] ( https://github.com/Vectorized/solady/blob/main/src/utils/FixedPointMathLib.sol ) | No | Yes |
17
-
17
+ | ` log2 ` | [ solady/src/utils/FixedPointMathLib.sol ] ( https://github.com/Vectorized/solady/blob/main/src/utils/FixedPointMathLib.sol ) | No | Yes |
18
18
19
19
## Repository Structure
20
20
@@ -28,4 +28,4 @@ The recommended way of executing the verification script is to log the output tr
28
28
29
29
``` bash
30
30
time bash test/run-kevm.sh 2>&1 | tee log.out
31
- ```
31
+ ```
You can’t perform that action at this time.
0 commit comments