(no commit message)
authorlkcl <lkcl@web>
Sun, 8 May 2022 15:49:26 +0000 (16:49 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 8 May 2022 15:49:26 +0000 (16:49 +0100)
openpower/sv/SimpleV_rationale.mdwn

index a70389608ddc6bf37a17e8cac5a712ad5c239b7a..9cc70584eeaf18c0079231c898d8e002bfa5c2bc 100644 (file)
@@ -89,7 +89,8 @@ it.  ARM's SVE/SVE2 is critically flawed (lacking the Cray `setvl`
 instruction that makes a truly ubiquitous Vector ISA) in ways that
 will become apparent over time as adoption increases. In the meantime
 programmers are, in direct violation of ARM's advice on how to use SVE2,
-trying desperately to use it as if it was Packed SIMD NEON.  The advice
+trying desperately to understand it by applying their experience
+of Packed SIMD NEON.  The advice from ARM
 not to create SVE2 assembler that is hardcoded to fixed widths is being
 disregarded, in favour of writing *multiple identical implementations*
 of a function, each with a different hardware width, and compelling