whoops
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 28 Jul 2022 03:41:41 +0000 (04:41 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 28 Jul 2022 03:41:41 +0000 (04:41 +0100)
openpower/sv/comparison_table.mdwn

index e4cb8caa8a4a13806b26632cc6f4636b2ee12b98..ac595322c56104a387e829d71f110f24fa17ef10 100644 (file)
@@ -41,7 +41,7 @@
 * (24): 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)
 * (25): If treated as a 1-Dimensional ISA, the 24-bit Prefix expands 200+ scalar instructions to well over a million intrinsics (N **times** M).
   If treated as a 2-Dimensional ISA there are far less. N prefix intrinsics **plus** M scalar instruction intrinsics, where N is of the order of 10^4 and M is of the order of 10^2.
-* (26): [https://gcc.gnu.org/onlinedocs/gcc/PowerPC-AltiVec_002fVSX-Built-in-Functions.html](Altivec gcc intrinsic), contains links to additional VSX intrinsics for ISA 2.05/6/7, 3.0 and 3.1
+* (26): [Altivec gcc intrinsics](https://gcc.gnu.org/onlinedocs/gcc/PowerPC-AltiVec_002fVSX-Built-in-Functions.html), contains links to additional VSX intrinsics for ISA 2.05/6/7, 3.0 and 3.1
 * (27): NEON 32-bit 2754 intrinsics, NEON 64-bit 4334 intrinsics.
 * (28): SVE: 4140 intrinsics, SVE2 1900 intrinsics
 * (29): Count includes SSE, SSE2, AVX, AVX2 and all AVX512 variants