(no commit message)
authorlkcl <lkcl@web>
Tue, 14 Mar 2023 14:16:59 +0000 (14:16 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 14 Mar 2023 14:16:59 +0000 (14:16 +0000)
openpower/sv.mdwn

index 0523ed0408f494478d4cac0dd6aa3ece4d1ce340..732d7e51228d4b735f35578426f8aab28c2b4b1c 100644 (file)
@@ -83,7 +83,7 @@ Comparative instruction count:
 * ARM NEON SIMD: around 2,000 instructions, prerequisite: ARM Scalar.
 * ARM SVE: around 4,000 instructions, prerequisite: NEON and ARM Scalar 
 * ARM SVE2: around 1,000 instructions, prerequisite: SVE, NEON, and
-  ARM Scalar
+  ARM Scalar for a grand total of well over 7,000 instructions.
 * Intel AVX-512: around 4,000 instructions, prerequisite AVX, AVX2,
   AVX-128 and AVX-256 which in turn critically rely on the rest of
   x86, for a grand total of well over 10,000 instructions.