From 262d612f80494e65dd29f680204a0d4c1fb368d0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 9 Sep 2022 01:54:34 +0100 Subject: [PATCH] clarify --- 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 68a865fec..44f05e271 100644 --- a/openpower/sv/rfc/ls001.mdwn +++ b/openpower/sv/rfc/ls001.mdwn @@ -280,7 +280,8 @@ A full 8-wide in-place triple-loop Inverse DCT may be achieved in 8 instructions. Expanding this to 16-wide is a matter of setting `svshape 16` **and the same instructions used**. Lee Composition may be deployed to construct non-power-two DCTs. -The cosine table may be computed (once) with 18 Vector instructions. +The cosine table may be computed (once) with 18 Vector instructions +(one of them `fcos`) ``` 1014 def test_sv_remap_fpmadds_ldbrev_idct_8_mode_4(self): -- 2.30.2