Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Feb 27, 2024
1 parent 5402154 commit 41b17e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ pip3 install .

Use ruapu in python

```shell
$ python3
>>> import ruapu
>>> ruapu.supports("avx2")
True
>>> ruapu.supports(isa="avx2")
True
...
```python
import ruapu

ruapu.supports("avx2")
# True

ruapu.supports(isa="avx2")
# True
```
</td></tr>
</table>
Expand Down

0 comments on commit 41b17e4

Please sign in to comment.