Skip to content

Commit 45c16e2

Browse files
committed
Added RISC-V support to README
1 parent a44581a commit 45c16e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ x86 | AVX512BW, AVX512CD, AVX512DQ, AVX512F (gcc7 and higher)
3636
x86 AMD | FMA4
3737
ARM | NEON, NEON64, SVE128/256/512 (fixed vector size)
3838
WebAssembly | WASM
39+
RISC-V | RISC-V128/256/512 (fixed vector size)
3940

4041
## Installation
4142

@@ -78,6 +79,8 @@ http://xsimd.readthedocs.io/
7879
| `xsimd` | `xtl` (optional) |
7980
|---------|------------------|
8081
| master | ^0.7.0 |
82+
| 12.x | ^0.7.0 |
83+
| 11.x | ^0.7.0 |
8184
| 10.x | ^0.7.0 |
8285
| 9.x | ^0.7.0 |
8386
| 8.x | ^0.7.0 |

0 commit comments

Comments
 (0)