Skip to content

Commit

Permalink
Update README.md with log2 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Văcaru <16517508+anvacaru@users.noreply.github.com>
  • Loading branch information
palinatolmach and anvacaru authored Sep 5, 2024
1 parent 784b85d commit 1087635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We employ two different types of specification for function verification: functi
|------------|--------------------------------------------------------------------------------------------------------------------------|-------------|----------|
| `wadMul` | [solady/src/utils/FixedPointMathLib.sol](https://github.com/Vectorized/solady/blob/main/src/utils/FixedPointMathLib.sol) | No | Yes |
| `wadMulUp` | [solady/src/utils/FixedPointMathLib.sol](https://github.com/Vectorized/solady/blob/main/src/utils/FixedPointMathLib.sol) | No | Yes |

| `log2 ` | [solady/src/utils/FixedPointMathLib.sol](https://github.com/Vectorized/solady/blob/main/src/utils/FixedPointMathLib.sol) | No | Yes |

## Repository Structure

Expand All @@ -28,4 +28,4 @@ The recommended way of executing the verification script is to log the output tr

```bash
time bash test/run-kevm.sh 2>&1 | tee log.out
```
```

0 comments on commit 1087635

Please sign in to comment.