(no commit message)
authorlkcl <lkcl@web>
Sat, 12 Dec 2020 18:41:14 +0000 (18:41 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 12 Dec 2020 18:41:14 +0000 (18:41 +0000)
openpower/sv/svp_rewrite/svp64/discussion.mdwn

index 31ed9d4b854bda84b37f48b8b7b0576ccf2cbda4..b1d09d62056e8b426be6e4b4496f35edd2523aa4 100644 (file)
@@ -108,6 +108,7 @@ Data-dependent fail-on-first has two distinct variants: one for LD/ST, the other
 
 The CR-based data-driven fail-on-first is new and not found in ARM SVE or RVV. It is extremely useful for reducing instruction count, however requires speculative execution involving modifications of VL to get high performance implementations.
 
+Where the options provided by selecting from only one bit of the CR being tested (and optional inversion of the same) are insufficient, a vectorised crops (crand, cror) may be used and ffirst applied to that.
 
 # Notes about Swizzle