From 336025acc0a7f6cde3b73359688a79723de91003 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 10 Sep 2022 12:28:44 +0100 Subject: [PATCH] clarify DCT/FFT --- openpower/sv/rfc/ls001.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/sv/rfc/ls001.mdwn b/openpower/sv/rfc/ls001.mdwn index bb7b5d4f7..2c9a1b0b6 100644 --- a/openpower/sv/rfc/ls001.mdwn +++ b/openpower/sv/rfc/ls001.mdwn @@ -190,7 +190,8 @@ DSPs and Supercomputing ISAs. limited to the type of operation, it may perform Warshall Transitive Closure, Integer Matrix, Bitmanipulation Matrix, Galois Field (carryless mul) Matrix, and with care potentially Graph Maximum Flow as well. Also - suited to Convolutions, Matrix Transpose and rotate. + suited to Convolutions, Matrix Transpose and rotate, *all* of which is + in-place. * General-purpose Indexed REMAP, this option is provided to implement an equivalent of VSX `vperm` * Parallel Reduction REMAP, performs an automatic map-reduce using -- 2.30.2