From: Luke Kenneth Casson Leighton Date: Fri, 9 Sep 2022 00:54:34 +0000 (+0100) Subject: clarify X-Git-Tag: opf_rfc_ls005_v1~574 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=262d612f80494e65dd29f680204a0d4c1fb368d0;p=libreriscv.git clarify --- 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):