From 10e4217e31113d40aa28e35c2fa93b8ce1e8018e Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 5 May 2022 05:39:52 +0100 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index a2da88a75..fc1904a86 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -28,7 +28,7 @@ ternlogv is experimental and is the only operation that may be considered a "Pac general-purpose Galois Field 2^M operations are added so as to avoid huge custom opcode proliferation across many areas of Computer Science. however for convenience and also to avoid setup costs, some of the more common operations (clmul, crc32) are also added. The expectation is that these operations would all be covered by the same pipeline. note that there are brownfield spaces below that could incorporate some of the set-before-first and other scalar operations listed in [[sv/vector_ops]], and -the [[sv/av_opcodes]] as well as [[sv/setvl]] +the [[sv/av_opcodes]] as well as [[sv/setvl]], [[sv/svstep]], [[sv/remap]] Useful resource: -- 2.30.2