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 22, 2024
1 parent 3c11095 commit a6b13d7
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 @@ -6,7 +6,7 @@
Detect CPU ISA features with single-file

<table>
<tr><td>CPU</td><td>&#9989; x86, x86-64<br/>&#9989; arm, aarch64</td><td rowspan=3>
<tr><td>CPU</td><td>&#9989; x86, x86-64<br/>&#9989; arm, aarch64<br/>&#9989; risc-v</td><td rowspan=3>

```c
#define RUAPU_IMPLEMENTATION
Expand Down Expand Up @@ -223,7 +223,7 @@ _`fma4` on zen1, ISA in hypervisor, etc._
|mips||
|powerpc||
|loongarch||
|risc-v||
|risc-v|`i` `m` `a` `f` `d` `c`|

## Techniques inside ruapu
ruapu is implemented in C language to ensure the widest possible portability.
Expand Down

0 comments on commit a6b13d7

Please sign in to comment.