formatting
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 Oct 2022 01:55:28 +0000 (02:55 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 Oct 2022 01:55:28 +0000 (02:55 +0100)
openpower/sv/svp64/discussion.mdwn

index 5403fb8529a13fc8eb89434258581cf94ef3761f..700454c195965804d21960a461e9dc65ebe23e89 100644 (file)
@@ -352,6 +352,7 @@ constantly varying element sizes (and therefore vector lengths too)
 without needing setvl every few instructions.
 
 Examples of use cases:
+
 * WebAssembly's [128-bit packed SIMD extension](https://github.com/WebAssembly/spec/blob/8a352708cffeb71206ca49a0f743bdc57269fb1a/proposals/simd/SIMD.md) (which is becoming a de-facto standard for WebAssembly on the Web and on Servers)
 * Java/C#/JavaScript/etc. 128-bit packed SIMD
 * Cross-compiling x86 SSE2/AVX2 or ARM NEON or VSX/VMX code to SVP64.