Update README.md

This commit is contained in:
nihui 2024-02-20 22:22:58 +08:00 committed by GitHub
parent 146d6002a0
commit 5ba9c3a60a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
detect cpu isa features with single-file for C/C++ detect cpu isa features with single-file for C/C++
<table> <table>
<tr><td>CPU arch</td><td> &#9989; x86<br/>&#9989; arm </td></tr> <tr><td>CPU arch</td><td> &#9989; x86, x86-64<br/>&#9989; arm, aarch64</td></tr>
<tr><td>OS</td><td>&#9989; Windows<br/>&#9989; Linux<br/>&#9989; macOS<br/>&#9989; Android<br/>&#9989; iOS</td></tr> <tr><td>OS</td><td>&#9989; Windows<br/>&#9989; Linux<br/>&#9989; macOS<br/>&#9989; Android<br/>&#9989; iOS</td></tr>
<tr><td>Compiler</td><td>&#9989; GCC<br/>&#9989; Clang<br/>&#9989; MSVC</td></tr> <tr><td>Compiler</td><td>&#9989; GCC<br/>&#9989; Clang<br/>&#9989; MSVC</td></tr>
</table> </table>