Update README.md

This commit is contained in:
nihui 2024-02-27 17:32:16 +08:00 committed by GitHub
parent 5402154cb4
commit 41b17e44f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,14 +96,14 @@ pip3 install .
Use ruapu in python Use ruapu in python
```shell ```python
$ python3 import ruapu
>>> import ruapu
>>> ruapu.supports("avx2") ruapu.supports("avx2")
True # True
>>> ruapu.supports(isa="avx2")
True ruapu.supports(isa="avx2")
... # True
``` ```
</td></tr> </td></tr>
</table> </table>