add Aurora ISA guide link
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Jul 2022 14:41:05 +0000 (15:41 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Jul 2022 14:41:05 +0000 (15:41 +0100)
openpower/sv/comparison_table.mdwn

index 5734abf42a88cdbb4ead85bef53a252f9247351e..d7ac3215f33c4c04ca22aad1a9b8ae6be56ba631 100644 (file)
@@ -8,7 +8,7 @@
 | SVE2           | ~1000 {12}        | Scalable HW {13}      | yes                    | no                      | yes                          | yes     | no                       | yes {7}                 | no                               | no                      |
 | AVX-512 {14}   | ~1000s {15}       | Predicated SIMD       | yes                    | no                      | yes                          | yes     | no                       | no                      | no                               | no                      |
 | RVV {16}       | ~190              | Scalable {17}         | yes                    | no                      | yes                          | yes {18}| no                       | yes                     | no                               | no                      |
-| Aurora SX {19} | ~250              | Scalable {20}         | yes                    | no                      | yes                          | no      | no                       | no                      | no                               | no                      |
+| Aurora SX {19} | ~200 {20}         | Scalable {21}         | yes                    | no                      | yes                          | no      | no                       | no                      | no                               | no                      |
 
 * {1}: plus EXT001 24-bit prefixing. See [[sv/svp64]]
 * {2}: A 2-Dimensional Scalable Vector ISA with both Horizontal-First and Vertical-First Modes. See [[sv/vector_isa_comparison]]
@@ -31,4 +31,5 @@
 * {17}: Like the original Cray RVV is a truly scalable Vector ISA (Cray setvl instruction).
 * {18}: like SVP64 it is up to the hardware implementor to choose whether to support 128-bit elements.
 * {19}: [NEC SX Aurora](https://ftp.libre-soc.org/NEC_SX_Aurora_TSUBASA_VectorEngine-as-manual-v1.2.pdf) is based on the original Cray Vectors
-* {20}: Like the original Cray Vectors the ISA is independent of the underlying hardware.
+* {20}: [Aurora ISA guide)(https://sxauroratsubasa.sakura.ne.jp/documents/guide/pdfs/Aurora_ISA_guide.pdf) Appendix-3 11.1 p508
+* {21}: Like the original Cray Vectors, the ISA Vector Length is independent of the underlying hardware, however Generation 1 has 256 elements per Vector register (3.2.4 p24, Aurora ISA guide)