This is a standard textbook algorithm demonstration for Vector and SIMD ISAs.
-<https://bugs.libre-soc.org/show_bug.cgi?id=1117>
+* <https://bugs.libre-soc.org/show_bug.cgi?id=1117>
+
+Summary
+
+| ISA | total | loop | words | notes |
+|-----|-------|------|-------|-------|
+| SVP64 | 8 | 6 | 13 | 5 64-bit, 4 32-bit |
+| RVV | 13 | 11 | 9.5 | 7 32-bit, 5 16-bit |
+| SVE | 12 | 7 | 12 | all 32-bit |
# c code
}
```
-Summary
-
-| ISA | total | loop | words | notes |
-|-----|-------|------|-------|-------|
-| SVP64 | 8 | 6 | 13 | 5 64-bit, 4 32-bit |
-| RVV | 13 | 11 | 9.5 | 7 32-bit, 5 16-bit |
-| SVE | 12 | 7 | 12 | all 32-bit |
-
# SVP64 Power ISA version
The first instruction is simple: the plan is to use CTR for looping.